summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Refactor patch-id filtering out of git-cherry and git-format-patch.Junio C Hamano2007-04-114-32/+228
| * | | Add %m to '--pretty=format:'Junio C Hamano2007-04-112-3/+14
* | | | Merge branch 'maint'Junio C Hamano2007-04-121-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer2007-04-121-0/+1
* | | | Fix git {log,show,...} --pretty=emailJunio C Hamano2007-04-122-1/+1
* | | | Don't yap about merge-subtree during makeShawn O. Pearce2007-04-121-1/+1
| |/ / |/| |
* | | sscanf/strtoul: parse integers robustlyJim Meyering2007-04-114-18/+22
* | | Add testcase for format-patch --subject-prefix (take 3)Robin H. Johnson2007-04-112-0/+165
* | | Add custom subject prefix support to format-patch (take 3)Robin H. Johnson2007-04-114-11/+31
* | | Merge branch 'maint'Junio C Hamano2007-04-116-20/+44
|\ \ \ | |/ /
| * | GIT 1.5.1.1v1.5.1.1Junio C Hamano2007-04-112-8/+23