summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-25filter-branch documentation: non-zero exit status in command abort the filterLibravatar Caio Marcelo de Oliveira Filho1-2/+4
2008-02-25rev-parse: fix potential bus error with --parseopt option spec handlingLibravatar Jay Soffian2-1/+44
2008-02-25Improve collection of information for format-patch --cover-letterLibravatar Daniel Barkalow1-24/+28
2008-02-25Add API access to shortlogLibravatar Daniel Barkalow2-68/+106
2008-02-25Add tests for filesystem challenges (case and unicode normalization)Libravatar Steffen Prohaska1-0/+93
2008-02-25Use a single implementation and API for copy_file()Libravatar Daniel Barkalow5-43/+27
2008-02-25Documentation/git-filter-branch: add a new msg-filter exampleLibravatar Miklos Vajna1-0/+9
2008-02-24url rewriting: take longest and first matchLibravatar Junio C Hamano2-19/+40
2008-02-24Correct fast-export file mode strings to match fast-import standardLibravatar Shawn O. Pearce1-1/+1
2008-02-24Add support for url aliases in config filesLibravatar Daniel Barkalow4-3/+160
2008-02-24git-bundle.txt: Add different strategies to create the bundleLibravatar Santi BĂ©jar1-9/+35
2008-02-24builtin-for-each-ref.c: fix typo in error messageLibravatar Michele Ballabio1-1/+1
2008-02-24help: respect aliasesLibravatar Jeff King1-1/+32
2008-02-24make alias lookup a public, procedural functionLibravatar Jeff King4-15/+29
2008-02-24help: use parseoptLibravatar Jeff King1-64/+59
2008-02-24send-email: test compose functionalityLibravatar Jeff King1-0/+29
2008-02-24t9001: enhance fake sendmail test harnessLibravatar Jeff King1-7/+15
2008-02-24Merge branch 'lt/dirstat'Libravatar Junio C Hamano2-1/+97
2008-02-24Eliminate confusing "won't bisect on seeked tree" failureLibravatar Carl Worth2-6/+10
2008-02-24diff --dirstat: saner handling of binary and unmerged filesLibravatar Junio C Hamano1-1/+6
2008-02-24Merge branch 'jc/apply-whitespace'Libravatar Junio C Hamano7-245/+799
2008-02-24Use git-describe --exact-match in bash prompt on detached HEADLibravatar Shawn O. Pearce1-1/+4
2008-02-24Teach git-describe --exact-match to avoid expensive tag searchesLibravatar Shawn O. Pearce2-2/+11
2008-02-24Avoid accessing non-tag refs in git-describe unless --all is requestedLibravatar Shawn O. Pearce1-1/+5
2008-02-24Teach git-describe to use peeled ref information when scanning tagsLibravatar Shawn O. Pearce1-6/+17
2008-02-24Optimize peel_ref for the current ref of a for_each_ref callbackLibravatar Shawn O. Pearce1-5/+20
2008-02-24Merge branch 'maint'Libravatar Junio C Hamano2-2/+2
2008-02-24Be more verbose when checkout takes a long timeLibravatar Linus Torvalds2-5/+8
2008-02-24Protect peel_ref fallback case from NULL parse_object resultLibravatar Shawn O. Pearce1-1/+1
2008-02-24Ensure 'make dist' compiles git-archive.exe on CygwinLibravatar Shawn O. Pearce1-1/+1
2008-02-24checkout: error out when index is unmerged even with -mLibravatar Junio C Hamano1-17/+18
2008-02-23t4014: Replace sed's non-standard 'Q' by standard 'q'Libravatar Steffen Prohaska1-4/+4
2008-02-23ws_fix_copy(): move the whitespace fixing function to ws.cLibravatar Junio C Hamano3-108/+108
2008-02-23checkout: show progress when checkout takes long time while switching branchesLibravatar Junio C Hamano1-0/+1
2008-02-23gitweb: Fix bugs in git_search_grep_body: it's length(), not len()Libravatar Jakub Narebski1-1/+1
2008-02-23pack-objects: Print a message describing the number of threads for packingLibravatar Brandon Casey1-0/+3
2008-02-23pack-objects: Add runtime detection of online CPU'sLibravatar Andreas Ericsson6-4/+69
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersLibravatar Johannes Sixt5-11/+49
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorLibravatar Johannes Sixt8-11/+9
2008-02-23Sync with 1.5.4.3Libravatar Junio C Hamano7-12/+67
2008-02-23GIT 1.5.4.3Libravatar Junio C Hamano3-3/+31
2008-02-23Merge branch 'maint' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano5-15/+50
2008-02-23Add merge-subtree backLibravatar Junio C Hamano3-5/+36
2008-02-22git-stash: add new 'pop' subcommandLibravatar Brandon Casey2-2/+16
2008-02-22git-stash: add new 'drop' subcommandLibravatar Brandon Casey2-2/+33
2008-02-22git-reflog: add option --updateref to write the last reflog sha1 into the refLibravatar Brandon Casey1-1/+16
2008-02-22refs.c: make close_ref() and commit_ref() non-staticLibravatar Brandon Casey2-2/+8
2008-02-22git-reflog: add option --rewrite to update reflog entries while expiringLibravatar Brandon Casey1-1/+11
2008-02-22reflog-delete: parse standard reflog optionsLibravatar Brandon Casey1-3/+21
2008-02-22Merge branch 'bc/reflog-fix' into js/reflog-deleteLibravatar Junio C Hamano691-14455/+56188