summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Merge branch 'av/fsmonitor'Libravatar Junio C Hamano8-48/+77
2017-11-21Merge branch 'bp/fsmonitor'Libravatar Junio C Hamano33-23/+1570
2017-11-21Almost ready for 2.15.1Libravatar Junio C Hamano1-0/+12
2017-11-21Merge branch 'rs/sequencer-rewrite-file-cleanup' into maintLibravatar Junio C Hamano1-29/+16
2017-11-21Merge branch 'cb/t4201-robustify' into maintLibravatar Junio C Hamano2-5/+7
2017-11-21Merge branch 'tz/fsf-address-update' into maintLibravatar Junio C Hamano44-103/+69
2017-11-21Merge branch 'ad/rebase-i-serie-typofix' into maintLibravatar Junio C Hamano1-1/+1
2017-11-21Merge branch 'jk/info-alternates-fix' into maintLibravatar Junio C Hamano1-1/+3
2017-11-21Merge branch 'ab/pcre-v2' into maintLibravatar Junio C Hamano2-3/+4
2017-11-21Merge branch 'sr/wrapper-quote-filenames' into maintLibravatar Junio C Hamano3-6/+6
2017-11-21Merge branch 'bw/rebase-i-ignored-submodule-fix' into maintLibravatar Junio C Hamano2-1/+20
2017-11-21connect: correct style of C-style commentLibravatar Jonathan Nieder1-1/+2
2017-11-21ssh: 'simple' variant does not support --portLibravatar Jonathan Nieder3-5/+22
2017-11-21ssh: 'simple' variant does not support -4/-6Libravatar Jonathan Nieder2-9/+28
2017-11-21ssh: 'auto' variant to select between 'ssh' and 'simple'Libravatar Jonathan Nieder3-17/+62
2017-11-21connect: split ssh option computation to its own functionLibravatar Jonathan Nieder1-28/+37
2017-11-21connect: split ssh command line options into separate functionLibravatar Jonathan Nieder1-53/+60
2017-11-21connect: split git:// setup into a separate functionLibravatar Jonathan Nieder1-44/+59
2017-11-21connect: move no_fork fallback to git_tcp_connectLibravatar Jonathan Nieder1-15/+21
2017-11-21ssh test: make copy_ssh_wrapper_as clean up after itselfLibravatar Jonathan Nieder1-16/+12
2017-11-21everything_local: use "quick" object existence checkLibravatar Jeff King1-1/+2
2017-11-21p5551: add a script to test fetch pack-dir rescansLibravatar Jeff King1-0/+55
2017-11-21t/perf/lib-pack: use fast-import checkpoint to create packsLibravatar Jeff King1-7/+3
2017-11-21p5550: factor out nonsense-pack creationLibravatar Jeff King2-23/+31
2017-11-21git-jump: give contact instructions in the READMELibravatar Jeff King1-0/+7
2017-11-21contrib/git-jump: allow to configure the grep commandLibravatar Beat Bolli2-2/+8
2017-11-21pull: pass -4/-6 option to 'git fetch'Libravatar Shuyu Wei1-0/+12
2017-11-21grep: show non-empty lines before functions with -WLibravatar René Scharfe2-5/+24
2017-11-21grep: update boundary variable for pre-contextLibravatar René Scharfe1-6/+8
2017-11-21t7810: improve check of -W with user-defined function linesLibravatar René Scharfe1-10/+31
2017-11-21xdiff: show non-empty lines before functions with -WLibravatar René Scharfe2-1/+4
2017-11-21xdiff: factor out is_func_rec()Libravatar René Scharfe1-3/+7
2017-11-21t4051: add test for comments preceding function linesLibravatar René Scharfe2-0/+7
2017-11-21git-rebase: clean up dashed-usages in messagesLibravatar Kaartic Sivaraam1-2/+2
2017-11-20branch: change default of `pager.branch` to "on"Libravatar Martin Ågren3-7/+7
2017-11-20branch: respect `pager.branch` in list-mode onlyLibravatar Martin Ågren4-4/+13
2017-11-20t7006: add tests for how git branch paginatesLibravatar Martin Ågren1-0/+38
2017-11-18config: flip return value of write_section()Libravatar René Scharfe1-1/+1
2017-11-18config: add --expiry-dateLibravatar Haaris Mehmood7-13/+69
2017-11-18rebase: use mboxrd format to avoid split errorsLibravatar Eric Wong2-0/+24
2017-11-17apply: update line lengths for --inaccurate-eofLibravatar René Scharfe2-0/+16
2017-11-17completion: add '--copy' option to 'git branch'Libravatar Todd Zullinger1-1/+1
2017-11-17add: introduce "--renormalize"Libravatar Torsten Bögershausen7-18/+102
2017-11-17branch doc: remove --set-upstream from synopsisLibravatar Todd Zullinger1-2/+2
2017-11-16sequencer: reschedule pick if index can't be lockedLibravatar Phillip Wood1-1/+2
2017-11-16builtin/describe.c: factor out describe_commitLibravatar Stefan Beller1-26/+37
2017-11-16builtin/describe.c: print debug statements earlierLibravatar Stefan Beller1-1/+4
2017-11-16builtin/describe.c: rename `oid` to avoid variable shadowingLibravatar Stefan Beller1-4/+4
2017-11-16revision.h: introduce blob/tree walking in order of the commitsLibravatar Stefan Beller5-1/+94
2017-11-16config: avoid "write_in_full(fd, buf, len) != len" patternLibravatar Phillip Wood1-2/+2