summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Merge branch 'jc/rerere'Libravatar Junio C Hamano3-154/+417
2015-10-05Merge branch 'kn/for-each-tag-branch'Libravatar Junio C Hamano9-51/+420
2015-10-02merge: grammofix in please-commit-before-merge messageLibravatar Alex Henrie2-2/+2
2015-10-02rebase-i: explicitly accept tab as separator in commandsLibravatar Matthieu Moy1-2/+2
2015-10-02status: don't say 'HEAD detached at HEAD'Libravatar Matthieu Moy2-1/+7
2015-10-02t3203: test 'detached at' after checkout --detachLibravatar Matthieu Moy1-0/+13
2015-09-30am: configure gpg at startupLibravatar Renee Margaret McConahy1-1/+12
2015-09-30git-send-email.perl: Fixed sending of many/huge changes/patchesLibravatar Stefan Agner1-1/+5
2015-09-28Git 2.6.1Libravatar Junio C Hamano4-3/+22
2015-09-28Sync with v2.5.4Libravatar Junio C Hamano29-30/+486
2015-09-28Git 2.5.4Libravatar Junio C Hamano4-3/+22
2015-09-28Sync with 2.4.10Libravatar Junio C Hamano28-29/+466
2015-09-28Git 2.4.10Libravatar Junio C Hamano4-3/+22
2015-09-28Sync with 2.3.10Libravatar Junio C Hamano27-28/+446
2015-09-28Git 2.3.10Libravatar Junio C Hamano4-3/+22
2015-09-28Merge branch 'jk/xdiff-memory-limits' into maint-2.3Libravatar Junio C Hamano11-26/+57
2015-09-28merge-file: enforce MAX_XDIFF_SIZE on incoming filesLibravatar Jeff King1-1/+2
2015-09-28xdiff: reject files larger than ~1GBLibravatar Jeff King3-1/+14
2015-09-28react to errors in xdi_diffLibravatar Jeff King7-24/+41
2015-09-28Merge branch 'jk/transfer-limit-redirection' into maint-2.3Libravatar Junio C Hamano6-15/+78
2015-09-28Merge branch 'jk/transfer-limit-protocol' into maint-2.3Libravatar Junio C Hamano13-1/+306
2015-09-28Git 2.6Libravatar Junio C Hamano2-1/+6
2015-09-28ls-remote.txt: delete unsupported optionLibravatar Nguyễn Thái Ngọc Duy2-3/+2
2015-09-28setup: fix "inside work tree" detection on case-insensitive filesystemsLibravatar Johannes Schindelin1-1/+10
2015-09-28clone: better error when --reference is a linked checkoutLibravatar Nguyễn Thái Ngọc Duy1-1/+6
2015-09-28clone: allow --local from a linked checkoutLibravatar Nguyễn Thái Ngọc Duy2-2/+9
2015-09-28enter_repo: allow .git files in strict modeLibravatar Nguyễn Thái Ngọc Duy2-2/+17
2015-09-28enter_repo: avoid duplicating logic, use is_git_directory() insteadLibravatar Nguyễn Thái Ngọc Duy2-2/+15
2015-09-28t0002: add test for enter_repo(), non-strict modeLibravatar Nguyễn Thái Ngọc Duy1-0/+18
2015-09-25http: limit redirection depthLibravatar Blake Burkhart3-0/+8
2015-09-25http: limit redirection to protocol-whitelistLibravatar Blake Burkhart4-5/+27
2015-09-25transport: refactor protocol whitelist codeLibravatar Jeff King2-10/+43
2015-09-25Documentation: fix section header mark-upLibravatar John Keeping2-2/+2
2015-09-25t/perf: make runner work even if Git is not installedLibravatar Stephan Beyer1-0/+1
2015-09-25connect: fix typo in result string of prot_name()Libravatar Tobias Klauser1-1/+1
2015-09-25branch: add '--points-at' optionLibravatar Karthik Nayak3-2/+20
2015-09-25branch.c: use 'ref-filter' APIsLibravatar Karthik Nayak6-192/+78
2015-09-25branch.c: use 'ref-filter' data structuresLibravatar Karthik Nayak2-190/+134
2015-09-25branch: drop non-commit error reportingLibravatar Karthik Nayak1-14/+4
2015-09-25t5561: get rid of racy appending to logfileLibravatar Stephan Beyer3-23/+1
2015-09-23fsck: exit with non-zero when problems are foundLibravatar Junio C Hamano2-5/+35
2015-09-23branch: move 'current' check down to the presentation layerLibravatar Karthik Nayak1-11/+9
2015-09-23branch: roll show_detached HEAD into regular ref_listLibravatar Karthik Nayak1-28/+33
2015-09-23branch: bump get_head_description() to the topLibravatar Karthik Nayak1-31/+31
2015-09-23branch: refactor width computationLibravatar Karthik Nayak1-30/+34
2015-09-23submodule: allow only certain protocols for submodule fetchesLibravatar Jeff King2-0/+52
2015-09-23transport: add a protocol-whitelist environment variableLibravatar Jeff King11-1/+254
2015-09-22notes: correct documentation of DWIMery for notes referencesLibravatar Jacob Keller3-3/+12
2015-09-22git-p4: handle "Translation of file content failed"Libravatar Lars Schneider2-12/+17
2015-09-22git-p4: add test case for "Translation of file content failed" errorLibravatar Lars Schneider1-0/+50