summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Libravatar Steve Haslam2-0/+30
2008-07-25editor.c: Libify launch_editor()Libravatar Stephan Beyer4-15/+23
2008-07-25Move launch_editor() from builtin-tag.c to editor.cLibravatar Stephan Beyer3-53/+57
2008-07-25git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkLibravatar Shawn O. Pearce1-1/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreLibravatar Abhijit Menon-Sen1-3/+3
2008-07-25Merge branch 'maint'Libravatar Junio C Hamano4-8/+15
2008-07-25Documentation: clarify how to disable elements in core.whitespaceLibravatar Junio C Hamano1-1/+2
2008-07-25Makefile: fix shell quotingLibravatar Junio C Hamano2-7/+10
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileLibravatar Junio C Hamano2-1/+1
2008-07-25index-pack.c: correctly initialize appended objectsLibravatar Björn Steinbrink1-0/+4
2008-07-25send-email: find body-encoding correctlyLibravatar Peter Valdemar Mørch1-1/+1
2008-07-25document that git-tag can tag more than headsLibravatar Jonathan Nieder1-1/+2
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionLibravatar Brandon Casey1-4/+9
2008-07-24bash: offer only paths after '--' for 'git checkout'Libravatar SZEDER Gábor1-0/+2
2008-07-24checkout: mention '--' in the docsLibravatar SZEDER Gábor1-1/+1
2008-07-24Merge branch 'ph/checkout'Libravatar Junio C Hamano2-18/+117
2008-07-24git-checkout: improve error messages, detect ambiguities.Libravatar Pierre Habouzit2-17/+115
2008-07-24update test case to protect am --skip behaviourLibravatar Olivier Marin1-0/+2
2008-07-24Teach fsck and prune about the new location of temporary objectsLibravatar Brandon Casey2-17/+28
2008-07-23Merge branch 'maint' into ph/checkoutLibravatar Junio C Hamano1-1/+2
2008-07-23Make non-static functions, that may be static, staticLibravatar Stephan Beyer4-4/+4
2008-07-23ignore non-existent refs in dwim_log()Libravatar Junio C Hamano1-1/+1
2008-07-23git-completion.bash: provide completion for 'show-branch'Libravatar Thomas Rast1-1/+17
2008-07-23bash completion: Add long options for 'git rm'Libravatar Lee Marlow1-0/+15
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"Libravatar P. Christeas1-1/+1
2008-07-23Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Libravatar Petr Baudis1-1/+1
2008-07-23git daemon: avoid waking up too oftenLibravatar Johannes Schindelin1-14/+11
2008-07-23builtin-commit: Two trivial style-cleanupsLibravatar Johannes Schindelin1-4/+3
2008-07-23Documentation: clarify diff --ccLibravatar Junio C Hamano2-8/+8
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationLibravatar Stephan Beyer2-2/+2
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesLibravatar Petr Baudis2-14/+26
2008-07-23builtin-branch.c: optimize --merged and --no-mergedLibravatar Junio C Hamano1-21/+38
2008-07-23builtin-branch.c: remove unused code in append_ref() callback functionLibravatar Junio C Hamano1-7/+3
2008-07-23stash save: fix parameter handlingLibravatar Junio C Hamano1-2/+2
2008-07-23git-am: Add colon before the subject that is printed out as being appliedLibravatar Stephan Beyer2-2/+2
2008-07-23git-checkout: fix command line parsing.Libravatar Pierre Habouzit1-1/+2
2008-07-23rebase -i: When an 'edit' stops, mention the commitLibravatar Johannes Sixt1-1/+1
2008-07-23sort_in_topological_order(): avoid setting a commit flagLibravatar Johannes Schindelin3-10/+8
2008-07-23Add test to show that show-branch misses out the 8th columnLibravatar Johannes Schindelin1-0/+59
2008-07-23Ignore dirty submodule states in "git pull --rebase"Libravatar Johannes Schindelin1-3/+3
2008-07-23t/t4202-log.sh: add newline at end of fileLibravatar Brandon Casey1-1/+2
2008-07-23t7502-commit.sh: rearrange test to make more portableLibravatar Brandon Casey1-3/+5
2008-07-23t3200,t7201: replace '!' with test_must_failLibravatar Brandon Casey2-2/+2
2008-07-23t4116-apply-reverse.sh: use $TAR rather than tarLibravatar Brandon Casey1-2/+2
2008-07-23t/: Replace diff [-u|-U0] with test_cmp to allow compilation with old diffLibravatar Brandon Casey3-12/+12
2008-07-23t7601: extend the 'merge picks up the best result' testLibravatar Miklos Vajna1-0/+15
2008-07-23In perforce, RCS keywords are case-sensitiveLibravatar Daniel Barkalow1-1/+1
2008-07-23Allow pager of diff command be enabled/disabledLibravatar Alex Riesen2-1/+3
2008-07-22Fix two leftovers from path_list->string_listLibravatar Johannes Schindelin1-2/+2
2008-07-22git am --skip: clean the index while preserving local changesLibravatar Olivier Marin2-5/+18