aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* checkout_entry(): clarify the use of topath[] parameterJunio C Hamano2013-10-24
* entry.c: convert checkout_entry to use strbufNguyễn Thái Ngọc Duy2013-10-24
* git-merge: document the -S optionNicolas Vigier2013-10-18
* Start preparing for 1.8.4.2Junio C Hamano2013-10-17
* Merge branch 'jk/upload-pack-keepalive' into maintJunio C Hamano2013-10-17
|\
| * upload-pack: bump keepalive default to 5 secondsJeff King2013-09-09
| * upload-pack: send keepalive packets during pack computationJeff King2013-09-09
* | Merge branch 'bc/http-backend-allow-405' into maintJunio C Hamano2013-10-17
|\ \
| * | http-backend: provide Allow header for 405Brian M. Carlson2013-09-12
* | | Merge branch 'jc/cvsserver-perm-bit-fix' into maintJunio C Hamano2013-10-17
|\ \ \
| * | | cvsserver: pick up the right mode bitsJunio C Hamano2013-09-11
* | | | Merge branch 'js/add-i-mingw' into maintJunio C Hamano2013-10-17
|\ \ \ \
| * | | | add--interactive: fix external command invocation on WindowsJohannes Sixt2013-09-04
* | | | | Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano2013-10-17
|\ \ \ \ \
| * | | | | Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy2013-09-03
* | | | | | Merge branch 'jk/has-sha1-file-retry-packed' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \
| * | | | | | has_sha1_file: re-check pack directory before giving upJeff King2013-08-30
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ap/commit-author-mailmap' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \
| * | | | | | commit: search author pattern against mailmapAntoine Pelisse2013-08-24
* | | | | | | Merge branch 'es/rebase-i-no-abbrev' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: fix short SHA-1 collisionJunio C Hamano2013-08-25
| * | | | | | | t3404: rebase -i: demonstrate short SHA-1 collisionEric Sunshine2013-08-25
| * | | | | | | t3404: make tests more self-containedEric Sunshine2013-08-25
* | | | | | | | Merge branch 'rt/rebase-p-no-merge-summary' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase --preserve-merges: ignore "merge.log" configRalf Thielow2013-08-21
* | | | | | | | | Merge branch 'es/rebase-i-respect-core-commentchar' into maintJunio C Hamano2013-10-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rebase -i: fix cases ignoring core.commentcharEric Sunshine2013-08-18
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | t4254: modernize testsSZEDER Gábor2013-10-17
* | | | | | | | | git-prune-packed.txt: fix reference to GIT_OBJECT_DIRECTORYSteffen Prohaska2013-10-15
* | | | | | | | | clone --branch: refuse to clone if upstream repo is emptyRalf Thielow2013-10-14
* | | | | | | | | Git 1.8.4.1v1.8.4.1Jonathan Nieder2013-09-26
* | | | | | | | | Merge branch 'mm/rebase-continue-freebsd-WB' into maintJonathan Nieder2013-09-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rebase: fix run_specific_rebase's use of "return" on FreeBSDMatthieu Moy2013-09-09
* | | | | | | | | | Merge branch 'km/svn-1.8-serf-only' into maintJonathan Nieder2013-09-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Git.pm: revert _temp_cache use of temp_is_lockedKyle J. McKay2013-07-18
| * | | | | | | | | | git-svn: allow git-svn fetching to work using serfKyle J. McKay2013-07-07
| * | | | | | | | | | Git.pm: add new temp_is_locked functionKyle J. McKay2013-07-07
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'js/xread-in-full' into maintJonathan Nieder2013-09-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | stream_to_pack: xread does not guarantee to read all requested bytesJohannes Sixt2013-08-20
* | | | | | | | | | | Merge branch 'bc/send-email-ssl-die-message-fix' into maintJonathan Nieder2013-09-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | send-email: don't call methods on undefined valuesBrian M. Carlson2013-09-10
* | | | | | | | | | | | git-remote-mediawiki: bugfix for pages w/ >500 revisionsBenoit Person2013-09-24
* | | | | | | | | | | | Start preparing for 1.8.4.1Junio C Hamano2013-09-18
* | | | | | | | | | | | Merge branch 'bc/completion-for-bash-3.0' into maintJunio C Hamano2013-09-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyBrandon Casey2013-08-22
| * | | | | | | | | | | | t9902-completion.sh: old Bash still does not support array+=('') notationBrandon Casey2013-08-21
| * | | | | | | | | | | | git-completion.bash: use correct Bash/Zsh array length syntaxBrandon Casey2013-08-21
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'mm/no-shell-escape-in-die-message' into maintJunio C Hamano2013-09-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | die_with_status: use "printf '%s\n'", not "echo"Matthieu Moy2013-08-07
* | | | | | | | | | | | | Merge branch 'jl/some-submodule-config-are-not-boolean' into maintJunio C Hamano2013-09-18
|\ \ \ \ \ \ \ \ \ \ \ \ \