summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up object creation to use more common codeLinus Torvalds2007-04-168-43/+23
* Use proper object allocators for unknown object nodes tooLinus Torvalds2007-04-163-20/+24
* Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".Christian Couder2007-04-161-1/+1
* Bisect: simplify "bisect start" logging.Christian Couder2007-04-161-4/+1
* Merge branch 'js/wrap-log'Junio C Hamano2007-04-168-3/+120
|\
| * Fix permissions on test scriptsAlex Riesen2007-04-167-0/+0
| * Fix t4201: accidental arithmetic expansionAlex Riesen2007-04-161-1/+1
| * shortlog -w: make wrap-line behaviour optional.Junio C Hamano2007-04-102-5/+67
| * Use print_wrapped_text() in shortlogJohannes Schindelin2007-04-102-3/+58
* | send-email: do not leave an empty CC: line if no cc is present.Junio C Hamano2007-04-161-2/+5
* | Add support for "commit name decorations" to log family of commandsLinus Torvalds2007-04-163-2/+61
* | Add a generic "object decorator" interface, and make object refs use itLinus Torvalds2007-04-165-65/+116
* | Merge branch 'maint'Junio C Hamano2007-04-1611-137/+222
|\ \
| * | Have sample update hook not refuse deleting a branch through push.Gerrit Pape2007-04-161-1/+6
| * | variable $projectdesc needs to be set before checking against unchanged default.Gerrit Pape2007-04-161-0/+1
| * | Update git-annotate/git-blame documentationAndrew Ruder2007-04-164-67/+85
| * | Update git-apply documentationAndrew Ruder2007-04-161-6/+7
| * | Update git-applymbox documentationAndrew Ruder2007-04-161-4/+10
| * | Update git-am documentationAndrew Ruder2007-04-161-9/+16
| * | user-manual: use detached head when rewriting historyJ. Bruce Fields2007-04-161-7/+8
| * | user-manual: start revising "internals" chapterJ. Bruce Fields2007-04-161-18/+20
| * | user-manual: detached HEADJ. Bruce Fields2007-04-161-2/+42
| * | user-manual: fix discussion of default cloneJ. Bruce Fields2007-04-161-3/+3
| * | Documentation: clarify track/no-track option.J. Bruce Fields2007-04-161-4/+8
| * | Documentation: clarify git-checkout -f, minor editingJ. Bruce Fields2007-04-161-4/+5
| * | Documentation: minor edits of git-lost-found manpageJ. Bruce Fields2007-04-161-12/+11
* | | git-rm: Trivial fix for a comment typo.Steven Grimm2007-04-161-1/+1
* | | Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm2007-04-163-3/+34
* | | Display the subject of the commit just made.Michael S. Tsirkin2007-04-161-1/+2
* | | Add policy on user-interface changesAndrew Ruder2007-04-151-0/+3
* | | Merge branch 'maint'Junio C Hamano2007-04-153-15/+44
|\ \ \ | |/ /
| * | Document -g (--walk-reflogs) option of git-logAlex Riesen2007-04-151-0/+5
| * | sscanf/strtoul: parse integers robustlyJim Meyering2007-04-144-18/+22
| * | Merge git://git2.kernel.org/pub/scm/gitk/gitk into maintJunio C Hamano2007-04-141-14/+38
| |\ \
| | * | [PATCH] Improve look-and-feel of the gitk tool.Eygene Ryabinkin2007-04-011-8/+15
| | * | [PATCH] Teach gitk to use the user-defined UI font everywhere.Eygene Ryabinkin2007-04-011-6/+23
| * | | git-blame: Fix overrun in fake_working_tree_commit()Michael Spang2007-04-141-1/+1
* | | | ident.c: Use size_t (instead of int) to store sizesLuiz Fernando N. Capitulino2007-04-151-7/+7
* | | | ident.c: Use const qualifier for 'struct passwd' parametersLuiz Fernando N. Capitulino2007-04-151-2/+2
* | | | Merge branch 'maint'Junio C Hamano2007-04-144-17/+49
|\ \ \ \ | |/ / /
| * | | git-quiltimport complaining yet still workingLinus Torvalds2007-04-141-2/+2
| * | | config.txt: Fix grammatical error in description of http.noEPSVFrank Lichtenheld2007-04-131-1/+1
| * | | config.txt: Change pserver to server in description of gitcvs.*Frank Lichtenheld2007-04-131-2/+2
| * | | config.txt: Document core.autocrlfFrank Lichtenheld2007-04-131-0/+10
| * | | config.txt: Document gitcvs.allbinaryFrank Lichtenheld2007-04-131-0/+7
| * | | Do not default to --no-index when given two directories.Junio C Hamano2007-04-131-10/+26
| * | | Use rev-list --reverse in git-rebase.shAlex Riesen2007-04-131-2/+1
* | | | Merge branch 'jc/cherry'Junio C Hamano2007-04-129-35/+346
|\ \ \ \
| * | | | Documentation: --cherry-pickJunio C Hamano2007-04-111-0/+15
| * | | | git-log --cherry-pick A...BJunio C Hamano2007-04-112-0/+89