summaryrefslogtreecommitdiffstats
path: root/wrapper.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-05gc: demonstrate failure with stale remote HEADJohannes Schindelin1-0/+13
2015-09-04Git 2.4.9v2.4.9Junio C Hamano4-3/+13
2015-09-04Git 2.3.9v2.3.9Junio C Hamano4-3/+13
2015-09-04Git 2.2.3v2.2.3Junio C Hamano4-3/+13
2015-09-04show-branch: use a strbuf for reflog descriptionsJeff King1-2/+4
2015-09-04read_info_alternates: handle paths larger than PATH_MAXJeff King1-6/+3
2015-09-04notes: use a strbuf in add_non_noteJeff King1-9/+10
2015-09-04verify_absent: allow filenames longer than PATH_MAXJeff King1-7/+10
2015-08-03Git 2.4.8v2.4.8Junio C Hamano4-5/+25
2015-07-27Git 2.4.7v2.4.7Junio C Hamano4-3/+57
2015-07-15Git 2.4.6v2.4.6Junio C Hamano4-3/+27
2015-07-09clone: simplify string handling in guess_dir_name()Sebastian Schuberth1-13/+6
2015-07-09check_and_freshen_file: fix reversed success-checkJeff King1-1/+9
2015-07-09rebase: return non-zero error code if format-patch failsClemens Buchacher1-1/+1
2015-07-06Documentation/branch: document -M and -D in terms of --forceMatthieu Moy1-2/+2
2015-07-06Documentation/branch: document -d --force and -m --forceMatthieu Moy1-0/+4
2015-07-04strbuf: strbuf_read_file() should return ssize_tMichael Haggerty2-3/+4
2015-07-04pager: do not leak "GIT_PAGER_IN_USE" to the pagerJunio C Hamano1-0/+1
2015-07-01rev-list: disable --use-bitmap-index when pruning commitsJeff King2-1/+7
2015-07-01rev-list: add --count to usage guideLawrence Siebert2-0/+2
2015-06-30config.c: fix writing config files on Windows network sharesKarsten Blees1-0/+3
2015-06-29rebase -i: do not leave a CHERRY_PICK_HEAD file behindJohannes Schindelin2-2/+6
2015-06-29t3404: demonstrate CHERRY_PICK_HEAD bugJohannes Schindelin1-0/+21
2015-06-29http: always use any proxy auth method availableEnrique Tobis1-2/+2
2015-06-28fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano1-4/+13
2015-06-25Git 2.4.5v2.4.5Junio C Hamano4-3/+32
2015-06-25Fix definition of ARRAY_SIZE for non-gcc buildsCharles Bailey1-5/+3
2015-06-18test-lib.sh: fix color support when tput needs ~/.terminfoRichard Hansen1-29/+28
2015-06-17docs: clarify that --encoding can produce invalid sequencesJeff King1-1/+4
2015-06-17git-checkout.txt: document "git checkout <pathspec>" betterTorsten Bögershausen1-1/+5
2015-06-17Revert "test-lib.sh: do tests for color support after changing HOME"Richard Hansen1-47/+43
2015-06-17fetch-pack: check for shallow if depth givenMike Edgar1-1/+1
2015-06-16Git 2.4.4v2.4.4Junio C Hamano4-3/+39
2015-06-16Documentation/describe: improve one-line summaryMatthieu Moy1-1/+1
2015-06-15Revert "stash: require a clean index to apply"Jeff King2-9/+0
2015-06-13hooks/pre-auto-gc: adjust power checking for newer OS XPanagiotis Astithas1-1/+1
2015-06-12t0302: "unreadable" test needs SANITY prereqPaul Tan1-1/+1
2015-06-12l10n: de.po: translation fix for fall-back to 3way mergeMichael J Gruber1-1/+1
2015-06-12l10n: de.po: punctuation fixesMichael J Gruber1-2/+2
2015-06-12l10n: de.po: grammar fixMichael J Gruber1-1/+1
2015-06-12l10n: de.po: change error message from "sagen" to "Meinten Sie"Phillip Sz1-1/+1
2015-06-10git-prompt.sh: document GIT_PS1_STATESEPARATORJoe Cridge1-0/+4
2015-06-10doc: format-patch: fix typoFrans Klaver1-1/+1
2015-06-09index-pack: avoid excessive re-reading of pack directoryJeff King3-3/+14
2015-06-09commit: cope with scissors lines in commit messageSZEDER Gábor2-5/+28
2015-06-09git-completion.tcsh: fix redirect with noclobberAriel Faigon1-1/+1
2015-06-08am --abort: keep unrelated commits on unborn branchPaul Tan2-1/+12
2015-06-08am --abort: support aborting to unborn branchPaul Tan2-1/+25
2015-06-08am --abort: revert changes introduced by failed 3way mergePaul Tan2-1/+28
2015-06-08am --skip: support skipping while on unborn branchPaul Tan2-3/+11