summaryrefslogtreecommitdiffstats
path: root/common-main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-13RelNotes: the ninth batchJunio C Hamano1-0/+31
2017-12-06RelNotes: the eighth batchJunio C Hamano1-13/+45
2017-12-06Prepare for 2.15.2Junio C Hamano2-1/+48
2017-12-05hashmap: adjust documentation to reflect realityJohannes Schindelin1-31/+29
2017-12-05pathspec: only match across submodule boundaries when requestedBrandon Williams4-2/+24
2017-12-05strbuf: remove unused stripspace function aliasElijah Newren1-9/+0
2017-12-04progress: drop delay-threshold codeLars Schneider1-19/+5
2017-12-04progress: set default delay threshold to 100%, not 0%Jeff King1-1/+1
2017-12-04sha1_file: use strbuf_add() instead of strbuf_addf()Derrick Stolee2-5/+11
2017-12-03diffcore-rename: make diff-tree -l0 mean -l<large>Jonathan Tan2-0/+17
2017-11-28RelNotes: the seventh batchJunio C Hamano1-1/+13
2017-11-28Git 2.15.1v2.15.1Junio C Hamano1-0/+3
2017-11-28repository: fix a sparse 'using integer as NULL pointer' warningRamsay Jones1-1/+1
2017-11-28Doc/checkout: checking out using @{-N} can lead to detached stateKaartic Sivaraam1-4/+4
2017-11-28diff: support anchoring line(s)Jonathan Tan6-7/+169
2017-11-28git-send-email: honor $PATH for sendmail binaryFlorian Klink2-4/+6
2017-11-27git-status.txt: mention --no-optional-locksJeff King1-0/+13
2017-11-27RelNotes: the sixth batch for 2.16Junio C Hamano1-8/+65
2017-11-27A bit more fixes for 2.15.1Junio C Hamano1-0/+5
2017-11-27t/README: document test_cmp_revThomas Gummerer1-0/+5
2017-11-27t/README: remove mention of adding copyright noticesThomas Gummerer1-4/+1
2017-11-27merge-recursive: ignore_case shouldn't reject intentional removalsElijah Newren1-1/+1
2017-11-26submodule--helper.c: i18n: add a missing space in messageJean-Noel Avila1-1/+1
2017-11-26RelNotes: minor typo fixes in 2.15.1 draftTodd Zullinger1-3/+3
2017-11-24doc: Mention info/attributes in gitrepository-layoutSteffen Prohaska1-0/+4
2017-11-24grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)Ævar Arnfjörð Bjarmason2-0/+32
2017-11-24test-lib: add LIBPCRE1 & LIBPCRE2 prerequisitesÆvar Arnfjörð Bjarmason2-0/+14
2017-11-24stash: learn to parse -m/--message like commit doesPhil Hord2-0/+111
2017-11-24hooks doc: clarify when receive-pack invokes its hooksJunio C Hamano1-10/+10
2017-11-22completion: add --autostash and --no-autostash to pullAlbert Astals Cid1-0/+1
2017-11-22Git/Packet.pm: use 'if' instead of 'unless'Christian Couder1-8/+8
2017-11-22Git/Packet: clarify that packet_required_key_val_read allows EOFChristian Couder2-4/+9
2017-11-22generate-cmdlist: avoid non-deterministic outputJonathan Nieder1-1/+1
2017-11-22git-gui: sort entries in optimized tclIndexAnders Kaseorg1-1/+1
2017-11-22doc: prefer 'stash push' over 'stash save'Phil Hord1-2/+2
2017-11-22Tests: clean up submodule recursive helpersJonathan Tan1-218/+125
2017-11-22log: add option to choose which refs to decorateRafael Ascensão9-11/+232
2017-11-22notes: correct 'git notes prune' options to '[-n] [-v]'Robert P. J. Day2-2/+2
2017-11-22prune: add "--progress" to man page and usage msgRobert P. J. Day2-4/+7
2017-11-22doc: add missing "-n" (dry-run) option to reflog man pageRobert P. J. Day1-2/+2
2017-11-22sha1_file: fast-path null sha1 as a missing objectJeff King1-0/+3
2017-11-21RelNotes: the fifth batch for 2.16Junio C Hamano1-12/+9
2017-11-21Almost ready for 2.15.1Junio C Hamano1-0/+12
2017-11-21connect: correct style of C-style commentJonathan Nieder1-1/+2
2017-11-21ssh: 'simple' variant does not support --portJonathan Nieder3-5/+22
2017-11-21ssh: 'simple' variant does not support -4/-6Jonathan Nieder2-9/+28
2017-11-21ssh: 'auto' variant to select between 'ssh' and 'simple'Jonathan Nieder3-17/+62
2017-11-21connect: split ssh option computation to its own functionJonathan Nieder1-28/+37
2017-11-21connect: split ssh command line options into separate functionJonathan Nieder1-53/+60
2017-11-21connect: split git:// setup into a separate functionJonathan Nieder1-44/+59