summaryrefslogtreecommitdiffstats
path: root/revision.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham3-1/+38
2013-06-28Git 1.8.3.2v1.8.3.2Junio C Hamano3-2/+8
2013-06-28configure: fix option help message for --disable-pthreadsStefano Lattarini1-1/+1
2013-06-27Start preparing for 1.8.3.2Junio C Hamano2-1/+55
2013-06-27Update draft release notes to 1.8.4Junio C Hamano1-1/+10
2013-06-27Update draft release notes to 1.8.4Junio C Hamano1-0/+12
2013-06-24Update draft release notes to 1.8.4Junio C Hamano1-4/+14
2013-06-24Revert "Merge branch 'jg/status-config'"Junio C Hamano3-76/+0
2013-06-23Update draft release notes to 1.8.4Junio C Hamano1-0/+4
2013-06-23add -i: add extra options at the right place in "diff" command lineJunio C Hamano1-1/+1
2013-06-23user-manual: Update download size for Git and the kernelW. Trevor King1-3/+3
2013-06-21lib-httpd/apache.conf: check version only after mod_version loadsJeff King1-3/+4
2013-06-21web--browse: support /usr/bin/cygstart on CygwinYaakov Selkowitz2-3/+9
2013-06-21transport-helper: be quiet on read errors from helpersJeff King2-4/+2
2013-06-21completion: complete diff --word-diffRamkumar Ramachandra1-1/+1
2013-06-21apply: carefully strdup a possibly-NULL nameThomas Rast2-1/+15
2013-06-21Update draft release notes to 1.8.4Junio C Hamano1-1/+18
2013-06-21pull: merge into unborn by fast-forwarding from empty treeThomas Rast2-1/+37
2013-06-21pull: update unborn branch tip after indexJeff King1-2/+2
2013-06-20t7400: test of UTF-8 submodule names pass under Mac OSTorsten Bögershausen1-8/+11
2013-06-20send-email: sanitize author when writing From lineMichael S. Tsirkin2-3/+4
2013-06-20send-email: add test for duplicate utf8 nameMichael S. Tsirkin1-0/+14
2013-06-19random typofixes (committed missing a 't', successful missing an 's')Veres Lajos3-3/+3
2013-06-19sequencer: write useful reflog message for fast-forwardRamkumar Ramachandra1-3/+8
2013-06-19http.c: don't rewrite the user:passwd string multiple timesBrandon Casey1-3/+9
2013-06-18fix "builtin-*" references to be "builtin/*"Phil Hord9-21/+20
2013-06-18Documentation: Move "git diff <blob> <blob>"Kevin Bracey1-7/+7
2013-06-18Documentation/git-merge.txt: weaken warning about uncommited changesMatthieu Moy1-2/+2
2013-06-18t/t9802: explicitly name the upstream branch to use as a baseBrandon Casey1-2/+2
2013-06-18rebase topology tests: fix commit names on case-insensitive file systemsJohannes Sixt2-18/+18
2013-06-18Documentation/git-push.txt: explain better cases where --force is dangerousMatthieu Moy1-0/+9
2013-06-18builtin/checkout.c: don't leak memory in check_tracking_nameBrandon Casey1-2/+5
2013-06-17submodule: drop the top-level requirementJohn Keeping6-35/+319
2013-06-17rev-parse: add --prefix optionJohn Keeping3-5/+131
2013-06-17submodule: show full path in error messageJohn Keeping1-1/+1
2013-06-17t7403: add missing && chainingJohn Keeping1-2/+2
2013-06-17t7403: modernize styleJohn Keeping1-133/+183
2013-06-17t7401: make indentation consistentJohn Keeping1-40/+40
2013-06-17config: Add description of --local optionNamhyung Kim1-0/+9
2013-06-17git-submodule.sh: remove duplicate call to set_rev_nameFredrik Gustafsson1-2/+2
2013-06-17wt-status: give better advice when cherry-pick is in progressRalf Thielow2-4/+8
2013-06-17mergetool--lib: refactor {diff,merge}_cmd logicJohn Keeping1-47/+35
2013-06-17Documentation/Makefile: move infodir to be with other '*dir'sJohn Keeping1-1/+1
2013-06-17Documentation/Makefile: fix spaces around assignmentsJohn Keeping1-21/+21
2013-06-17GIT-VERSION-GEN: support non-standard $GIT_DIR pathDennis Kaarsemaker1-1/+1
2013-06-17tests: allow sha1's as part of the pathDennis Kaarsemaker1-1/+1
2013-06-17rebase: use 'git stash store' to simplify logicRamkumar Ramachandra1-5/+2
2013-06-17stash: introduce 'git stash store'Ramkumar Ramachandra3-6/+67
2013-06-17unpack-trees: don't shift conflicts left and rightRené Scharfe2-16/+4
2013-06-17stash: simplify option parser for createRamkumar Ramachandra1-4/+1