aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* combine-diff: update --cc "uninteresting hunks" logic.Junio C Hamano2006-02-02
* combine-diff: reuse diff from the same blob.Junio C Hamano2006-02-02
* Allow diff and index commands to be interruptedPetr Baudis2006-02-01
* rev-list: omit duplicated parents.Junio C Hamano2006-02-01
* update-index --index-info: allow stage 0 entries.Junio C Hamano2006-02-01
* git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky2006-02-01
* Use local structs for HTTP slot callback dataNick Hengeveld2006-01-31
* rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong2006-01-31
* rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong2006-01-31
* Make apply accept the -pNUM option like patch does.Daniel Barkalow2006-01-31
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-31
* Make git-tar-tree use the tree_desc abstractionsLinus Torvalds2006-01-31
* Make the "struct tree_desc" operations available to othersLinus Torvalds2006-01-31
*-. Merge branches 'bf/doc' and 'db/tartree'Junio C Hamano2006-01-30
|\ \
| | * Use struct commit in tar-treeDaniel Barkalow2006-01-30
| | * Use struct tree in tar-treeDaniel Barkalow2006-01-30
| |/ |/|
| * documentation: cvs migration - typofix.Junio C Hamano2006-01-30
| * cvs-migration documentation updateJ. Bruce Fields2006-01-30
|/
* cvsexportcommit: add some examples to the documentationMartin Langhoff2006-01-29
* exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff2006-01-29
* cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff2006-01-29
* Merge fixes up to GIT 1.1.6Junio C Hamano2006-01-29
|\
| * GIT 1.1.6v1.1.6Junio C Hamano2006-01-29
| |\
| | * git push -f documentationJ. Bruce Fields2006-01-29
| | * git-branch: Documentation fixesFredrik Kuivinen2006-01-29
| | * merge-recursive: Improve the error message printed when merge(1) isn't found.Fredrik Kuivinen2006-01-29
| | * [PATCH] pre-commit sample hook: do not barf on the initial importJunio C Hamano2006-01-29
* | | Documentation: diff -c/--ccJunio C Hamano2006-01-28
* | | diff-files -c/--cc: combine only when both ours and theirs exist.Junio C Hamano2006-01-28
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano2006-01-28
|\ \ \ \ \ \
| | | | * | | diff --abbrev=<n> option fix.Junio C Hamano2006-01-28
| | | | * | | pretty_print_commit: honor grafts.Junio C Hamano2006-01-28
| | | | * | | pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-28
| | | | * | | Rename rev-parse --abbrev to --short.Junio C Hamano2006-01-28
| | | | * | | rev-parse --abbrev: do not try abbrev shorter than minimum.Junio C Hamano2006-01-28
| | | | * | | diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-28
| | | | * | | rev-parse: --abbrev option.Junio C Hamano2006-01-28
| | | | * | | abbrev cleanup: use symbolic constantsJunio C Hamano2006-01-28
| |_|_|/ / / |/| | | | |
| | | * | | rev-parse: make "whatchanged -- git-fetch-script" work again.Junio C Hamano2006-01-28
| |_|/ / / |/| | | |
| | * | | diff-files: -c and --cc options.Junio C Hamano2006-01-28
| | * | | combine-diff: better hunk splitting.Junio C Hamano2006-01-28
| | * | | diff-tree --cc: squelch header generation on empty patch.Junio C Hamano2006-01-28
| | * | | combine-diff: extend --cc logic to Octopus.Junio C Hamano2006-01-28
| | * | | combine-diff: minor output changes.Junio C Hamano2006-01-28
| | * | | combine-diff: fix appending at the tail of a list.Junio C Hamano2006-01-28
| | * | | diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano2006-01-28
| | * | | diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano2006-01-28
| |/ / / |/| | |
| * | | rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano2006-01-28
| * | | rev-list: stop when the file disappearsLinus Torvalds2006-01-28
|/ / /
* | | merge: seed the commit message with list of conflicted files.Junio C Hamano2006-01-27