summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-17Merge branch 'jc/read-tree-df'Junio C Hamano
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm
2007-04-17Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".Christian Couder
2007-04-17Bisect: simplify "bisect start" logging.Christian Couder
2007-04-16Merge branch 'js/wrap-log'Junio C Hamano
2007-04-16Fix permissions on test scriptsAlex Riesen
2007-04-16Fix t4201: accidental arithmetic expansionAlex Riesen
2007-04-16send-email: do not leave an empty CC: line if no cc is present.Junio C Hamano
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds
2007-04-16Add a generic "object decorator" interface, and make object refs use itLinus Torvalds
2007-04-16Merge branch 'maint'Junio C Hamano
2007-04-16Have sample update hook not refuse deleting a branch through push.Gerrit Pape
2007-04-16variable $projectdesc needs to be set before checking against unchanged default.Gerrit Pape
2007-04-16git-rm: Trivial fix for a comment typo.Steven Grimm
2007-04-16Update git-annotate/git-blame documentationAndrew Ruder
2007-04-16Update git-apply documentationAndrew Ruder
2007-04-16Update git-applymbox documentationAndrew Ruder
2007-04-16Update git-am documentationAndrew Ruder
2007-04-16user-manual: use detached head when rewriting historyJ. Bruce Fields
2007-04-16user-manual: start revising "internals" chapterJ. Bruce Fields
2007-04-16user-manual: detached HEADJ. Bruce Fields
2007-04-16user-manual: fix discussion of default cloneJ. Bruce Fields
2007-04-16Documentation: clarify track/no-track option.J. Bruce Fields
2007-04-16Documentation: clarify git-checkout -f, minor editingJ. Bruce Fields
2007-04-16Documentation: minor edits of git-lost-found manpageJ. Bruce Fields
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm
2007-04-16Display the subject of the commit just made.Michael S. Tsirkin
2007-04-16Add policy on user-interface changesAndrew Ruder
2007-04-16Merge branch 'maint'Junio C Hamano
2007-04-15Document -g (--walk-reflogs) option of git-logAlex Riesen
2007-04-15ident.c: Use size_t (instead of int) to store sizesLuiz Fernando N. Capitulino
2007-04-15ident.c: Use const qualifier for 'struct passwd' parametersLuiz Fernando N. Capitulino
2007-04-15sscanf/strtoul: parse integers robustlyJim Meyering
2007-04-15Merge git://git2.kernel.org/pub/scm/gitk/gitk into maintJunio C Hamano
2007-04-15git-blame: Fix overrun in fake_working_tree_commit()Michael Spang
2007-04-14Merge branch 'maint'Junio C Hamano
2007-04-14git-quiltimport complaining yet still workingLinus Torvalds
2007-04-14config.txt: Fix grammatical error in description of http.noEPSVFrank Lichtenheld
2007-04-14config.txt: Change pserver to server in description of gitcvs.*Frank Lichtenheld
2007-04-14config.txt: Document core.autocrlfFrank Lichtenheld
2007-04-14config.txt: Document gitcvs.allbinaryFrank Lichtenheld
2007-04-14Do not default to --no-index when given two directories.Junio C Hamano
2007-04-14Use rev-list --reverse in git-rebase.shAlex Riesen
2007-04-13Merge branch 'jc/cherry'Junio C Hamano
2007-04-13Merge branch 'maint'Junio C Hamano
2007-04-13handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer
2007-04-13Fix git {log,show,...} --pretty=emailJunio C Hamano
2007-04-13Don't yap about merge-subtree during makeShawn O. Pearce
2007-04-12Documentation: --cherry-pickJunio C Hamano
2007-04-12git-log --cherry-pick A...BJunio C Hamano