summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-03Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5Jason Riedy1-9/+19
2006-04-03safe_fgets() - even more anal fgets()Junio C Hamano1-3/+4
2006-04-02pack-objects: be incredibly anal about stdio semanticsLinus Torvalds1-1/+11
2006-04-02Fix Solaris stdio signal handling stupiditiesLinus Torvalds1-8/+19
2006-03-03tar-tree: file/dirmode fix.Junio C Hamano1-4/+6
2006-03-01read-tree --aggressive: remove deleted entry from the working tree.Junio C Hamano1-2/+4
2006-03-01Merge branch 'lt/fix-apply' into maintv1.2.4Junio C Hamano4-13/+161
2006-03-01git-mv: fixes for path handlingJosef Weidendorfer1-12/+14
2006-03-01git-mv: Allow -h without repo & fix error messageJosef Weidendorfer1-6/+10
2006-03-01Allow git-mv to accept ./ in paths.Junio C Hamano1-0/+9
2006-03-01combine-diff: Honour -z option correctly.Mark Wooding1-2/+2
2006-03-01combine-diff: Honour --full-index.Mark Wooding1-4/+6
2006-03-01diffcore-break: micro-optimize by avoiding delta between identical files.Junio C Hamano1-0/+4
2006-02-28git-am: --whitespace=x option.Junio C Hamano1-4/+9
2006-02-28git-apply: war on whitespace -- finishing touches.Junio C Hamano1-0/+11
2006-02-27git-apply --whitespace=nowarnJunio C Hamano1-2/+6
2006-02-27apply --whitespace: configuration option.Junio C Hamano3-24/+51
2006-02-27apply: squelch excessive errors and --whitespace=error-allJunio C Hamano1-8/+45
2006-02-27apply --whitespace fixes and enhancements.Junio C Hamano1-23/+54
2006-02-27The war on trailing whitespaceLinus Torvalds1-0/+33
2006-02-26sample hooks template.Junio C Hamano2-0/+2
2006-02-24Merge branch 'fix' into maintJunio C Hamano1-2/+8
2006-02-23Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano4-5/+67
2006-02-23git-am: do not allow empty commits by mistake.Junio C Hamano1-2/+8
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen1-1/+1
2006-02-22diffcore-rename: plug memory leak.Junio C Hamano1-1/+3
2006-02-22Give no terminating LF to error() function.Junio C Hamano6-13/+15
2006-02-22checkout - eye candy.Junio C Hamano3-3/+63
2006-02-22git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano1-14/+19
2006-02-22pack-objects eye-candy: finishing touches.Junio C Hamano1-10/+33
2006-02-22also adds progress when actually writing a packNicolas Pitre1-3/+16
2006-02-22nicer eye candies for pack-objectsNicolas Pitre1-31/+25
2006-02-22Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano4-1/+13
2006-02-22Delay "empty ident" errors until they really matter.Junio C Hamano4-29/+32
2006-02-22Make "empty ident" error message a bit more helpful.Junio C Hamano1-0/+14
2006-02-22pack-objects: avoid delta chains that are too long.Junio C Hamano1-8/+35
2006-02-22git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2-7/+16
2006-02-22pack-objects: finishing touches.Junio C Hamano2-32/+91
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano3-58/+332
2006-02-22detect broken alternates.Junio C Hamano1-3/+16
2006-02-21git-push: Update documentation to describe the no-refspec behavior.Carl Worth1-0/+6
2006-02-21format-patch: pretty-print timestamp correctly.Junio C Hamano1-1/+1
2006-02-21git-add: Add support for --, documentation, and test.Carl Worth3-1/+32
2006-02-18Fix retries in git-cvsimportv1.2.2Martin Mares1-8/+5
2006-02-18archimport: remove files from the index before adding/updatingEric Wong1-15/+13
2006-02-17Make git-reset delete empty directoriesShawn Pearce2-0/+66
2006-02-17Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca1-0/+8
2006-02-17git-rev-parse: Fix --short= option parsingJonas Fonseca1-3/+3
2006-02-17Prevent git-upload-pack segfault if object cannot be foundCarl Worth2-1/+6
2006-02-17Abstract test_create_repo out for use in tests.Carl Worth1-6/+17
2006-02-17Trap exit to clean up created directory if clone fails.Carl Worth1-0/+4
2006-02-15More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer1-3/+10
2006-02-15Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda2-1/+8
2006-02-14checkout: fix dirty-file display.Junio C Hamano1-2/+4
2006-02-14combine-diff: diff-files fix (#2)Junio C Hamano1-0/+2
2006-02-13combine-diff: diff-files fix.Junio C Hamano1-4/+5
2006-02-13s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen1-1/+1
2006-02-13bisect: remove BISECT_NAMES after done.Junio C Hamano1-0/+1
2006-02-13Documentation: git-ls-files asciidocco.Junio C Hamano1-1/+1
2006-02-13Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano1-7/+27
2006-02-12GIT 1.2.0v1.2.0Junio C Hamano1-1/+1
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano1-1/+1
2006-02-12git-commit: show dirtiness including index.Junio C Hamano1-1/+2
2006-02-12Make pack-objects chattier.Junio C Hamano1-4/+6
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen2-2/+3
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen1-1/+1
2006-02-12Fix object re-hashingLinus Torvalds1-1/+1
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano1-2/+4
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin4-34/+49
2006-02-12Add howto about separating topics.kent@lysator.liu.se1-0/+91
2006-02-12Merge branch 'pb/repo'Junio C Hamano2-8/+37
2006-02-12Merge branch 'jc/fixdiff'Junio C Hamano2-3/+3
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano2-5/+9
2006-02-12Add support for explicit type specifiers when calling git-repo-configPetr Baudis2-8/+37
2006-02-11diff-tree: do not default to -cJunio C Hamano2-3/+3
2006-02-11t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano1-1/+1
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano3-3/+12
2006-02-11Use a relative path for SVN importingChristian Biesinger1-1/+1
2006-02-11fetch-clone progress: finishing touches.Junio C Hamano2-4/+43
2006-02-11Fix fetch-clone in the presense of signalsLinus Torvalds1-4/+7
2006-02-11Make "git clone" pack-fetching download statistics betterLinus Torvalds1-3/+41
2006-02-10Make "git clone" less of a deathly quiet experienceLinus Torvalds4-5/+37
2006-02-10Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano1-4/+6
2006-02-10Merge branch 'lt/diff-tree'Junio C Hamano6-52/+144
2006-02-10git-commit -v: have patch at the end.Junio C Hamano1-27/+18
2006-02-10rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano1-1/+15
2006-02-10delta micro optimizationNicolas Pitre1-5/+5
2006-02-10count-delta.c: comment fixesNicolas Pitre1-5/+1
2006-02-10Merge branch 'jc/empty-commit'Junio C Hamano2-1/+11
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano2-7/+26
2006-02-10find_unique_abbrev() simplification.Junio C Hamano3-25/+10
2006-02-10git-status -vJunio C Hamano3-177/+255
2006-02-09Merge branch 'jc/ls-files-o'Junio C Hamano1-1/+21
2006-02-09count-delta.c: Match the delta data semantics change in version 3.Junio C Hamano1-5/+2
2006-02-09remove delta-against-self bitNicolas Pitre5-12/+11
2006-02-09stat() for existence in safe_create_leading_directories()Jason Riedy1-5/+10
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano4-32/+64
2006-02-09call git_config() after setup_git_directory()Junio C Hamano2-3/+3
2006-02-09combined-diff: use diffcore before intersecting paths.Junio C Hamano1-1/+2
2006-02-09Add --diff-filter= documentation paragraphJon Loeliger1-0/+11
2006-02-09diff-tree -c raw outputLinus Torvalds3-12/+67
2006-02-09ls-files: honour per-directory ignore file from higher directories.Junio C Hamano1-1/+21
2006-02-08t6000: fix a careless test library add-on.Junio C Hamano1-1/+6
2006-02-08Do not allow empty name or email.Junio C Hamano1-0/+5
2006-02-07.gitignore git-rerere and config.makAndreas Ericsson1-0/+2
2006-02-07Fix "git diff a..b" breakageLinus Torvalds1-2/+3
2006-02-07Basic documentation for git-showPetr Baudis1-0/+49
2006-02-07Document git-diff-tree --alwaysPetr Baudis1-0/+4
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding3-2/+33
2006-02-07format-patch: Remove last vestiges of --mbox optionAndreas Ericsson2-37/+25
2006-02-07Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-510/+110
2006-02-06git-commit: finishing touches.Junio C Hamano1-40/+73
2006-02-06git-commit: revamp the git-commit semantics.Junio C Hamano4-122/+354
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano8-2/+408
2006-02-06fmt-merge-msg: show summary of what is merged.Junio C Hamano1-2/+77
2006-02-06read-tree --aggressiveJunio C Hamano3-2/+34
2006-02-06[PATCH] mailinfo: reset CTE after each multipartJunio C Hamano1-0/+3
2006-02-06Docs: minor git-push copyeditingJ. Bruce Fields1-3/+3
2006-02-06Docs: move git url and remotes text to separate sectionsJ. Bruce Fields5-19/+26
2006-02-06Docs: split up pull-fetch-param.txtJ. Bruce Fields3-81/+94
2006-02-06combine-diff: do not punt on removed or added files.Junio C Hamano1-10/+14
2006-02-07gitk: Use git-diff-tree --cc for showing the diffs for mergesPaul Mackerras1-501/+99
2006-02-07gitk: Add braces around if expressionsPaul Mackerras1-9/+11
2006-02-06combine-diff: show mode changes as well.Junio C Hamano3-15/+48
2006-02-06combine-diff: do not send NULL to printfJunio C Hamano1-6/+17
2006-02-06core-tutorial: adjust to recent reality.Junio C Hamano1-22/+19
2006-02-06git-diff: do not fall back on --cc when -[123], --ours etc. are given.Junio C Hamano1-4/+13
2006-02-05Merge branch 'jc/diff'Junio C Hamano4-38/+46
2006-02-05Merge branches 'lt/show' and 'lt/revlist'Junio C Hamano4-12/+28
2006-02-05Merge branches 'jc/daemon' and 'mw/http'Junio C Hamano4-17/+90
2006-02-05git-diff-tree --stdin: show all parents.Junio C Hamano1-26/+39
2006-02-05combine-diff: remove misguided --show-empty hack.Junio C Hamano4-12/+7
2006-02-05rev-parse lstat() workaround cleanup.Linus Torvalds1-7/+9
2006-02-05git-send-email: Fully implement --quiet and document it.Ryan Anderson2-26/+37
2006-02-05daemon: extend user-relative path notation.Junio C Hamano2-10/+54
2006-02-05daemon: Set SO_REUSEADDR on listening sockets.Mark Wooding1-1/+26
2006-02-05daemon: do not forbid user relative paths unconditionally under --base-pathJunio C Hamano1-4/+8
2006-02-05http-fetch: Tidy control flow in process_alternate_responseMark Wooding1-4/+2
2006-02-05http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentMark Wooding1-0/+3
2006-02-05http-fetch: Fix message reporting rename of object file.Mark Wooding1-3/+2
2006-02-05http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding1-1/+1
2006-02-05git-showJunio C Hamano3-5/+19
2006-02-05git-diff: use --cc instead of -p.Junio C Hamano1-2/+2
2006-02-05diff-index: make --cc a synonym for -p for now.Junio C Hamano1-0/+8
2006-02-05diff-tree --always flagLinus Torvalds1-0/+9
2006-02-05Use adler32() from zlib instead of defining our own.Peter Eriksen1-38/+1
2006-02-05Fix git-rev-parse over-eager errorsLinus Torvalds1-5/+7
2006-02-04Do not fall back on vi on dumb terminals.Junio C Hamano1-0/+8
2006-02-03Merge branches 'jc/sha1', 'jc/diff' and 'jc/ws'Junio C Hamano3-38/+30
2006-02-03Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy1-21/+4
2006-02-03daemon: Provide missing argument for logerror() call.Mark Wooding1-1/+1
2006-02-03git-merge: Properly quote $merge_msg variable.Junio C Hamano1-1/+1
2006-02-02get_sha1_1: allow octopus^12 to be properly parsed.Junio C Hamano1-23/+16
2006-02-02whitespace cleanup.Junio C Hamano1-11/+10
2006-02-02combine-diff: finishing touches to git-diff-tree --ccJunio C Hamano1-4/+4
2006-02-02combine-diff: cleanup.Junio C Hamano1-37/+65
2006-02-02combine-diff: show parent line numbers as well.Junio C Hamano1-11/+59
2006-02-02combine-diff: add a bit more comments.Junio C Hamano1-1/+7
2006-02-02git-send-email: Add --quiet to reduce some of the chatter when sending emails.Ryan Anderson1-3/+6
2006-02-02Provide a more meaningful initial "From " line when using --compose in git-se...Ryan Anderson1-1/+1
2006-02-02commit.c: "Merge" fix in pretty_print_commit.Junio C Hamano1-5/+5
2006-02-02merge-recursive: Speed up commit graph constructionFredrik Kuivinen1-1/+4
2006-02-02merge-recursive: Make use of provided basesFredrik Kuivinen1-10/+21
2006-02-02Documentation: git-diff-tree --cc also omits empty commitsJunio C Hamano1-1/+1
2006-02-02combine-diff: fix placement of deletion.Junio C Hamano1-1/+13
2006-02-02combine-diff: add safety check to --cc.Junio C Hamano1-2/+18
2006-02-02combine-diff: update --cc "uninteresting hunks" logic.Junio C Hamano1-69/+33
2006-02-02combine-diff: reuse diff from the same blob.Junio C Hamano1-2/+37
2006-02-01Allow diff and index commands to be interruptedPetr Baudis2-0/+4
2006-02-01rev-list: omit duplicated parents.Junio C Hamano1-1/+14
2006-02-01update-index --index-info: allow stage 0 entries.Junio C Hamano1-1/+1
2006-02-01git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky1-9/+16
2006-01-31Use local structs for HTTP slot callback dataNick Hengeveld1-5/+5
2006-01-31rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong2-0/+9
2006-01-31rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong2-0/+25
2006-01-31Make apply accept the -pNUM option like patch does.Daniel Barkalow2-3/+11
2006-01-31Fix HTTP request result processing after slot reuseNick Hengeveld3-7/+29
2006-01-31Make git-tar-tree use the tree_desc abstractionsLinus Torvalds1-23/+24
2006-01-31Make the "struct tree_desc" operations available to othersLinus Torvalds2-6/+9
2006-01-30Merge branches 'bf/doc' and 'db/tartree'Junio C Hamano3-284/+193
2006-01-30documentation: cvs migration - typofix.Junio C Hamano1-1/+1
2006-01-30Use struct commit in tar-treeDaniel Barkalow1-35/+6
2006-01-30Use struct tree in tar-treeDaniel Barkalow1-26/+24
2006-01-30cvs-migration documentation updateJ. Bruce Fields2-223/+163
2006-01-29cvsexportcommit: add some examples to the documentationMartin Langhoff1-0/+21
2006-01-29exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff1-20/+33
2006-01-29cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff1-4/+15
2006-01-29Merge fixes up to GIT 1.1.6Junio C Hamano5-15/+30
2006-01-29GIT 1.1.6v1.1.6Junio C Hamano5-15/+30
2006-01-29git push -f documentationJ. Bruce Fields1-4/+4
2006-01-29git-branch: Documentation fixesFredrik Kuivinen2-3/+6
2006-01-29merge-recursive: Improve the error message printed when merge(1) isn't found.Fredrik Kuivinen1-5/+10
2006-01-29[PATCH] pre-commit sample hook: do not barf on the initial importJunio C Hamano1-3/+10
2006-01-28Documentation: diff -c/--ccJunio C Hamano3-3/+73
2006-01-28diff-files -c/--cc: combine only when both ours and theirs exist.Junio C Hamano1-2/+7
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano15-107/+932
2006-01-28rev-parse: make "whatchanged -- git-fetch-script" work again.Junio C Hamano1-1/+3
2006-01-28diff --abbrev=<n> option fix.Junio C Hamano1-1/+6
2006-01-28pretty_print_commit: honor grafts.Junio C Hamano1-26/+26
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano5-10/+10