summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-12filter-branch: remove multi-line headers in msg filterLibravatar James McCoy2-1/+15
2015-10-09am -3: do not let failed merge from completing the error codepathLibravatar Junio C Hamano1-16/+33
2015-10-08test-path-utils.c: remove incorrect assumptionLibravatar Ray Donnelly2-2/+5
2015-10-08pack-objects: do not get distracted by broken symrefsLibravatar Johannes Schindelin2-2/+8
2015-10-07quote: move comment before sq_quote_buf()Libravatar Christian Couder1-5/+5
2015-10-07quote: fix broken sq_quote_buf() related commentLibravatar Christian Couder1-0/+1
2015-10-07Documentation/interpret-trailers: Grammar fixLibravatar Tobias Klauser1-1/+1
2015-10-07clone --dissociate: avoid locking pack filesLibravatar Johannes Schindelin2-2/+4
2015-10-07sha1_file.c: add a function to release all packsLibravatar Johannes Schindelin2-3/+21
2015-10-07t2026: rename worktree prune testLibravatar Michael J Gruber1-0/+0
2015-10-07log: Update log.follow doc and add to config.txtLibravatar Eric N. Vander Weele2-4/+10
2015-10-05rebase-i: loosen over-eager check_bad_cmd checkLibravatar Matthieu Moy2-33/+44
2015-10-05gc: demonstrate failure with stale remote HEADLibravatar Johannes Schindelin1-0/+13
2015-10-05sha1_file: consolidate code to close a pack's file descriptorLibravatar Johannes Schindelin1-20/+18
2015-10-05t5700: demonstrate a Windows file locking issue with `git clone --dissociate`Libravatar Johannes Schindelin1-0/+21
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-30l10n: ru.po: update Russian translationLibravatar Dimitriy Ryazantcev1-1583/+1967
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-25t5561: get rid of racy appending to logfileLibravatar Stephan Beyer3-23/+1