summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-28Rename rev-parse --abbrev to --short.Junio C Hamano1-2/+2
2006-01-28rev-parse --abbrev: do not try abbrev shorter than minimum.Junio C Hamano1-2/+4
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano5-9/+18
2006-01-28rev-parse: --abbrev option.Junio C Hamano1-0/+14
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano5-8/+7
2006-01-28rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano2-0/+5
2006-01-28rev-list: stop when the file disappearsLinus Torvalds1-58/+78
2006-01-28diff-files: -c and --cc options.Junio C Hamano3-23/+99
2006-01-28combine-diff: better hunk splitting.Junio C Hamano1-27/+116
2006-01-28diff-tree --cc: squelch header generation on empty patch.Junio C Hamano1-16/+30
2006-01-28combine-diff: extend --cc logic to Octopus.Junio C Hamano1-26/+63
2006-01-28combine-diff: minor output changes.Junio C Hamano1-3/+2
2006-01-28combine-diff: fix appending at the tail of a list.Junio C Hamano1-11/+6
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano3-8/+73
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano4-7/+502
2006-01-27merge: seed the commit message with list of conflicted files.Junio C Hamano1-0/+8
2006-01-27Merge fixes up to GIT 1.1.5Junio C Hamano1-6/+3
2006-01-27GIT 1.1.5v1.1.5Junio C Hamano1-6/+3
2006-01-27GIT 1.0.13v1.0.13Junio C Hamano2-7/+4
2006-01-27checkout: do not make a temporary copy of symlink target.Junio C Hamano1-6/+3
2006-01-26Add freebsd support in MakefileAlecs King1-0/+5
2006-01-26Make GIT-VERSION-GEN tolerate missing git describe command againUwe Zeisberger1-3/+5
2006-01-26Use symbolic name SHORT_NAME_AMBIGUOUS as error return valueUwe Zeisberger1-1/+1
2006-01-26Remove unneeded headerUwe Zeisberger1-1/+0
2006-01-26git-fetch --upload-pack: disambiguate.Junio C Hamano2-4/+3
2006-01-26Only use a single parser for tree objectsDaniel Barkalow5-46/+31
2006-01-25Add compat/unsetenv.c .Jason Riedy4-0/+37
2006-01-25Run GIT-VERSION-GEN with $(SHELL), not sh.Jason Riedy1-1/+1
2006-01-25Fix git-format-patch -s to include a Signed-off-by: line...Eric W. Biederman1-1/+1
2006-01-25tests: adjust breakage by stricter rev-parseJunio C Hamano1-2/+2
2006-01-25git-whatchanged: exit out early on errorsLinus Torvalds1-1/+1
2006-01-25Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds2-1/+8
2006-01-25Merge branches 'jc/clone', 'md/env' and 'mo/path'Junio C Hamano7-25/+70
2006-01-25local push/pull env cleanupMatt Draisey1-2/+8
2006-01-24git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski2-4/+13
2006-01-24git-fetch: pass --upload-pack to fetch-packMichal Ostrowski2-1/+14
2006-01-24clone: do not accept more than one -o option.Junio C Hamano1-1/+15
2006-01-24clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano2-2/+4
2006-01-24git-clone: PG13 --naked option to --bare.Junio C Hamano3-16/+17
2006-01-24Don't include ../README in git.txt - make a local copyPavel Roskin3-4/+8
2006-01-24sample update-hook: sanely handle a new branch head.Junio C Hamano1-1/+1
2006-01-24update-hook: Major overhaul (handling tags, mainly).Andreas Ericsson1-6/+65
2006-01-22Documentation: finishing touches to the new tutorial.Junio C Hamano3-3/+5
2006-01-22Recommend to remove unused `origin` in a shared repository.Junio C Hamano1-0/+20
2006-01-22New tutorialJ. Bruce Fields2-1703/+2107
2006-01-21git-grep: clarification on parameters.Junio C Hamano2-13/+36
2006-01-21Undef DT_* before redefining them.Junio C Hamano1-0/+4
2006-01-21t4011: "sleep 1" is not enough on FATJunio C Hamano1-1/+1
2006-01-21DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNJunio C Hamano2-1/+8
2006-01-21fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano2-2/+17
2006-01-21Makefile: do not assume lack of IPV6 means no sockaddr_storage.Junio C Hamano1-1/+11
2006-01-21Mention install-doc in INSTALLJ. Bruce Fields1-2/+26
2006-01-21Document git-ls-files --directoryPetr Baudis1-0/+4
2006-01-21Minor git-reset and git-commit documentation fixesJ. Bruce Fields2-5/+5
2006-01-21Revert "git-push: avoid falling back on pushing "matching" refs."Junio C Hamano1-8/+3
2006-01-21AsciiDoc fixes for the git-svnimport manpageFlorian Weimer1-8/+4
2006-01-20update using-topic-branchesLuck, Tony1-1/+9
2006-01-19Fix generation of "humanish" part of source repoUwe Zeisberger1-1/+1
2006-01-19Disable USE_SYMLINK_HEAD by defaultPavel Roskin2-6/+4
2006-01-19Merge fixes up to GIT 1.1.4Junio C Hamano2-18/+1