summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge branch 'jk/alt-odb-cleanup' into jk/quote-env-path-list-componentLibravatar Junio C Hamano2-1/+72
2016-12-12date-formats.txt: Typo fixLibravatar Luis Ressel1-1/+1
2016-12-12git-svn: document useLogAuthor and addAuthorFrom config keysLibravatar Eric Wong1-1/+7
2016-12-12git-svn: allow "0" in SVN path componentsLibravatar Eric Wong1-1/+1
2016-12-12submodule--helper: set alternateLocation for cloned submodulesLibravatar Vitaly "_Vi" Shukela2-2/+83
2016-12-11mergetools: fix xxdiff hotkeysLibravatar David Aguilar1-5/+5
2016-12-11mingw: intercept isatty() to handle /dev/null as Git expects itLibravatar Johannes Schindelin2-0/+36
2016-12-11ref-filter: add support to display trailers as part of contentsLibravatar Jacob Keller3-1/+49
2016-12-11pretty: add %(trailers) format for displaying trailers of a commit messageLibravatar Jacob Keller3-0/+45
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedLibravatar Nguyễn Thái Ngọc Duy4-4/+37
2016-12-09doc: omit needless "for"Libravatar Kristoffer Haugsbakk1-1/+1
2016-12-09doc: make the intent of sentence clearerLibravatar Kristoffer Haugsbakk1-1/+1
2016-12-09doc: add verb in front of command to runLibravatar Kristoffer Haugsbakk1-1/+1
2016-12-09doc: add articles (grammar)Libravatar Kristoffer Haugsbakk1-3/+3
2016-12-09sequencer: remove useless get_dir() functionLibravatar Stephan Beyer1-6/+1
2016-12-09sequencer: make sequencer abort saferLibravatar Stephan Beyer2-1/+50
2016-12-09t3510: test that cherry-pick --abort does not unsafely change HEADLibravatar Stephan Beyer1-0/+10
2016-12-09commit: remove 'Clever' message for --only --amendLibravatar Andreas Krey1-2/+0
2016-12-08diff: handle --no-abbrev in no-index caseLibravatar Jack Bates8-1/+39
2016-12-08difftool: fix dir-diff index creation when in a subdirectoryLibravatar David Aguilar2-3/+45
2016-12-08am: change safe_to_abort()'s not rewinding error into a warningLibravatar Stephan Beyer1-1/+1
2016-12-08am: fix filename in safe_to_abort() error messageLibravatar Stephan Beyer1-1/+1
2016-12-07shallow.c: remove useless codeLibravatar Nguyễn Thái Ngọc Duy1-4/+0
2016-12-07shallow.c: bit manipulation tweaksLibravatar Rasmus Villemoes1-4/+4
2016-12-07shallow.c: avoid theoretical pointer wrap-aroundLibravatar Rasmus Villemoes1-1/+1
2016-12-07shallow.c: make paint_alloc slightly more robustLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2016-12-07shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsLibravatar Nguyễn Thái Ngọc Duy1-2/+4
2016-12-07shallow.c: rename fields in paint_info to better express their purposesLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2016-12-07lockfile: LOCK_REPORT_ON_ERRORLibravatar Junio C Hamano3-4/+18
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Libravatar Junio C Hamano18-29/+27
2016-12-07wt-status: implement opportunisitc index update correctlyLibravatar Junio C Hamano1-3/+4
2016-12-06stash: prefer plumbing over git-diffLibravatar Jeff King2-1/+10
2016-12-06xdiff: drop XDL_FAST_HASHLibravatar Jeff King3-118/+0
2016-12-06http-walker: complain about non-404 loose object errorsLibravatar Jeff King2-3/+6
2016-12-06Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectLibravatar Junio C Hamano3-31/+206
2016-12-06http: treat http-alternates like redirectsLibravatar Jeff King3-3/+44
2016-12-06http: make redirects more obviousLibravatar Jeff King6-3/+81
2016-12-06remote-curl: rename shadowed options variableLibravatar Jeff King1-9/+9
2016-12-06http: always update the base URL for redirectsLibravatar Jeff King4-4/+21
2016-12-06http: simplify update_url_from_redirectLibravatar Jeff King1-6/+4
2016-12-06GIT-VERSION-GEN: do not force abbreviation length used by 'describe'Libravatar Ramsay Jones1-1/+1
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringLibravatar Nguyễn Thái Ngọc Duy10-17/+112
2016-12-05t0021: minor filter process test cleanupLibravatar Lars Schneider1-3/+2
2016-12-05git-p4: fix empty file processing for large file system backend GitLFSLibravatar Lars Schneider2-12/+19
2016-12-05travis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux buildLibravatar Lars Schneider1-2/+2
2016-12-05git-p4: add config to retry p4 commands; retry 3 times by defaultLibravatar Lars Schneider2-0/+9
2016-12-05clone,fetch: explain the shallow-clone option a little more clearlyLibravatar Alex Henrie2-2/+2
2016-12-05receive-pack: improve English grammar of denyCurrentBranch messageLibravatar Alex Henrie1-2/+2
2016-12-05bisect: improve English grammar of not-ancestors messageLibravatar Alex Henrie1-1/+1
2016-12-05git-p4: support updating an existing shelved changelistLibravatar Luke Diamand3-4/+71