summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-26Move launch_editor() from builtin-tag.c to editor.cStephan Beyer
2008-07-25Merge branch 'maint'Junio C Hamano
2008-07-25Documentation: clarify how to disable elements in core.whitespaceJunio C Hamano
2008-07-25Makefile: fix shell quotingJunio C Hamano
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink
2008-07-25send-email: find body-encoding correctlyPeter Valdemar Mørch
2008-07-25document that git-tag can tag more than headsJonathan Nieder
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey
2008-07-25bash: offer only paths after '--' for 'git checkout'SZEDER Gábor
2008-07-25checkout: mention '--' in the docsSZEDER Gábor
2008-07-25Merge branch 'ph/checkout'Junio C Hamano
2008-07-25git-checkout: improve error messages, detect ambiguities.Pierre Habouzit
2008-07-25update test case to protect am --skip behaviourOlivier Marin
2008-07-25Teach fsck and prune about the new location of temporary objectsBrandon Casey
2008-07-24Merge branch 'maint' into ph/checkoutJunio C Hamano
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-24ignore non-existent refs in dwim_log()Junio C Hamano
2008-07-24git-completion.bash: provide completion for 'show-branch'Thomas Rast
2008-07-24bash completion: Add long options for 'git rm'Lee Marlow
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas
2008-07-23Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Petr Baudis
2008-07-23git daemon: avoid waking up too oftenJohannes Schindelin
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin
2008-07-23Documentation: clarify diff --ccJunio C Hamano
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis
2008-07-23builtin-branch.c: optimize --merged and --no-mergedJunio C Hamano
2008-07-23builtin-branch.c: remove unused code in append_ref() callback functionJunio C Hamano
2008-07-23stash save: fix parameter handlingJunio C Hamano
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer
2008-07-23git-checkout: fix command line parsing.Pierre Habouzit
2008-07-23rebase -i: When an 'edit' stops, mention the commitJohannes Sixt
2008-07-23sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin
2008-07-23Add test to show that show-branch misses out the 8th columnJohannes Schindelin
2008-07-23Ignore dirty submodule states in "git pull --rebase"Johannes Schindelin
2008-07-23t/t4202-log.sh: add newline at end of fileBrandon Casey
2008-07-23t7502-commit.sh: rearrange test to make more portableBrandon Casey
2008-07-23t3200,t7201: replace '!' with test_must_failBrandon Casey
2008-07-23t4116-apply-reverse.sh: use $TAR rather than tarBrandon Casey
2008-07-23t/: Replace diff [-u|-U0] with test_cmp to allow compilation with old diffBrandon Casey
2008-07-23t7601: extend the 'merge picks up the best result' testMiklos Vajna
2008-07-23In perforce, RCS keywords are case-sensitiveDaniel Barkalow
2008-07-23Allow pager of diff command be enabled/disabledAlex Riesen
2008-07-22Fix two leftovers from path_list->string_listJohannes Schindelin
2008-07-22git am --skip: clean the index while preserving local changesOlivier Marin
2008-07-22git-submodule: move ill placed shift.Pierre Habouzit
2008-07-22builtin-merge: add missing structure initializationPierre Habouzit
2008-07-22builtin-merge: give a proper error message for invalid strategies in configMiklos Vajna