summaryrefslogtreecommitdiffstats
path: root/replace_object.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller2-22/+27
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller2-3/+5
2017-01-24Seventh batch for 2.12Junio C Hamano1-0/+15
2017-01-19Sixth batch for 2.12Junio C Hamano1-0/+64
2017-01-18gitk: Remove translated message from commentsDavid Aguilar1-15/+0
2017-01-18RelNotes: drop merge-later comments for maintJunio C Hamano1-44/+0
2017-01-18Almost ready for 2.11.1Junio C Hamano4-3/+124
2017-01-16diff: document the format of the -O (diff.orderFile) fileRichard Hansen2-5/+34
2017-01-16diff: document behavior of relative diff.orderFileRichard Hansen1-0/+2
2017-01-16request-pull: drop old USAGE stuffWolfram Sang1-3/+0
2017-01-13doc: git-gui browser does not default to HEADPhilip Oakley1-1/+1
2017-01-13doc: gitk: add the upstream repo locationPhilip Oakley1-2/+8
2017-01-13doc: gitk: remove gitview referencePhilip Oakley1-4/+0
2017-01-13lib-submodule-update.sh: reduce use of subshell by using "git -C"Stefan Beller1-4/+1
2017-01-13Documentation/bisect: improve on (bad|new) and (good|bad)Christian Couder1-2/+2
2017-01-13asciidoctor: fix user-manual to be built by `asciidoctor`마누엘2-1/+9
2017-01-12submodule update --init: display correct path from submoduleStefan Beller3-7/+25
2017-01-12t7411: test lookup of uninitialized submodulesStefan Beller1-0/+21
2017-01-12t7411: quote URLsStefan Beller1-2/+2
2017-01-12submodule absorbgitdirs: mention in docstring helpStefan Beller1-1/+2
2017-01-12diff: add interhunk context config optionVegard Nossum4-1/+42
2017-01-12versioncmp: generalize version sort suffix reorderingSZEDER Gábor4-13/+71
2017-01-12versioncmp: factor out helper for suffix matchingSZEDER Gábor1-25/+39
2017-01-11index: improve constness for reading blob dataBrandon Williams2-2/+3
2017-01-11t7810: avoid assumption about invalid regex syntaxJeff King1-11/+15
2017-01-11Fifth batch 2.12Junio C Hamano1-0/+45
2017-01-10mergetool: fix running in subdir when rerere enabledRichard Hansen2-3/+21
2017-01-10mergetool: take the "-O" out of $orderfileRichard Hansen1-2/+2
2017-01-10t7610: add test case for rerere+mergetool+subdir bugRichard Hansen1-1/+20
2017-01-10t7610: spell 'git reset --hard' consistentlyRichard Hansen1-18/+19
2017-01-10t7610: don't assume the checked-out commitRichard Hansen1-6/+6
2017-01-10t7610: always work on a test-specific branchRichard Hansen1-2/+8
2017-01-10t7610: delete some now-unnecessary 'git reset --hard' linesRichard Hansen1-2/+0
2017-01-10t7610: run 'git reset --hard' after each test to clean upRichard Hansen1-0/+8
2017-01-10t7610: don't rely on state from previous testRichard Hansen1-0/+6
2017-01-10t7610: use test_when_finished for cleanup tasksRichard Hansen1-34/+37
2017-01-10t7610: move setup code to the 'setup' test caseRichard Hansen1-30/+35
2017-01-10t7610: update branch names to match test numberRichard Hansen1-41/+41
2017-01-10rev-parse doc: pass "--" to rev-parse in the --prefix exampleRichard Hansen1-1/+2
2017-01-10unpack-trees: factor progress setup out of check_updatesStefan Beller1-12/+20
2017-01-10unpack-trees: remove unneeded continueStefan Beller1-1/+0
2017-01-10unpack-trees: move checkout state into check_updatesStefan Beller1-12/+12
2017-01-10.mailmap: record canonical email for Richard HansenRichard Hansen1-0/+2
2017-01-10pathspec: give better message for submodule related pathspec errorStefan Beller2-2/+69
2017-01-09execv_dashed_external: wait for child on signal deathJeff King3-0/+21
2017-01-09execv_dashed_external: stop exiting with negative codeJeff King1-3/+7
2017-01-09execv_dashed_external: use child_process structJeff King1-18/+7
2017-01-09real_path: set errno when max number of symlinks is exceededBrandon Williams1-0/+2
2017-01-09real_path: prevent redefinition of MAXSYMLINKSBrandon Williams1-1/+3
2017-01-09Makefile: put LIBS after LDFLAGS for imap-sendSteven Penny1-1/+1