summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | mailsplit.c: remove dead codesb/mailsplit-dead-code-removalStefan Beller2014-08-131-11/+6
* | | | | | | | | | Merge branch 'so/rebase-doc'Junio C Hamano2014-09-091-5/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-opSergey Organov2014-08-121-5/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano2014-09-093-3/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | prepare_revision_walk(): check for return value in all placessb/prepare-revision-walk-error-checkStefan Beller2014-08-123-3/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'sb/blame-msg-i18n'Junio C Hamano2014-09-091-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/blame.c: add translation to warning about failed revision walksb/blame-msg-i18nStefan Beller2014-08-121-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/strbuf-utf8-replace'Junio C Hamano2014-09-092-0/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | utf8.c: fix strbuf_utf8_replace() consuming data beyond input stringnd/strbuf-utf8-replaceNguyễn Thái Ngọc Duy2014-08-112-0/+10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sb/plug-leaks'Junio C Hamano2014-09-092-3/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clone.c: don't leak memory in cmd_clonesb/plug-leaksStefan Beller2014-08-101-0/+2
| * | | | | | | | | | remote.c: don't leak the base branch name in format_tracking_infoStefan Beller2014-08-101-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'rs/refresh-beyond-symlink'Junio C Hamano2014-09-092-0/+51
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | read-cache: check for leading symlinks when refreshing indexrs/refresh-beyond-symlinkRené Scharfe2014-08-102-0/+51
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'la/init-doc'Junio C Hamano2014-09-091-39/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: git-init: flesh out examplela/init-docLinus Arver2014-08-081-0/+2
| * | | | | | | | | | Documentation: git-init: template directory: reword and cross-referenceLinus Arver2014-08-081-3/+2
| * | | | | | | | | | Documentation: git-init: reword parenthetical statementsLinus Arver2014-08-081-2/+2
| * | | | | | | | | | Documentation: git-init: --separate-git-dir: clarifyLinus Arver2014-08-081-6/+6
| * | | | | | | | | | Documentation: git-init: template directory: rewordLinus Arver2014-08-081-5/+5
| * | | | | | | | | | Documentation: git-init: list items faceliftLinus Arver2014-08-081-21/+28
| * | | | | | | | | | Documentation: git-init: typographical fixesLinus Arver2014-08-081-6/+5
* | | | | | | | | | | Merge branch 'jk/stash-list-p'Junio C Hamano2014-09-092-1/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | stash: default listing to working-tree diffjk/stash-list-pJeff King2014-08-072-1/+43
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'mm/log-branch-desc-plug-leak'Junio C Hamano2014-09-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/log.c: fix minor memory leakmm/log-branch-desc-plug-leakMatthieu Moy2014-08-071-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'lf/bundle-exclusion'Junio C Hamano2014-09-092-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bundle: fix exclusion of annotated tagslf/bundle-exclusionLukas Fleischer2014-08-072-3/+6
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jc/apply-ws-prefix'Junio C Hamano2014-09-093-63/+96
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | apply: omit ws check for excluded pathsjc/apply-ws-prefixJunio C Hamano2014-08-072-3/+17
| * | | | | | | | | | | apply: hoist use_patch() helper for path exclusion upJunio C Hamano2014-08-071-38/+43
| * | | | | | | | | | | apply: use the right attribute for paths in non-Git patchesJunio C Hamano2014-08-072-22/+36
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/command-line-config-empty-string'Junio C Hamano2014-09-093-2/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config: teach "git -c" to recognize an empty stringjk/command-line-config-empty-stringJunio C Hamano2014-08-053-2/+26
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bc/imap-send-doc'Junio C Hamano2014-09-091-4/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | imap-send doc: omit confusing "to use imap-send" modifierbc/imap-send-docbrian m. carlson2014-08-051-4/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jc/not-mingw-cygwin'Junio C Hamano2014-09-0915-60/+56
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | test prerequisites: enumerate with commasjc/not-mingw-cygwinJunio C Hamano2014-07-212-9/+9
| * | | | | | | | | | | test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-2115-60/+56
* | | | | | | | | | | | Start the post-2.1 cycleJunio C Hamano2014-09-023-2/+54
* | | | | | | | | | | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-0215-178/+191
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | use strbuf_add_absolute_path() to add absolute pathsrs/strbuf-getcwdRené Scharfe2014-08-261-5/+1
| * | | | | | | | | | | | abspath: convert absolute_path() to strbufRené Scharfe2014-08-264-42/+37
| * | | | | | | | | | | | use xgetcwd() to set $GIT_DIRRené Scharfe2014-08-262-6/+6
| * | | | | | | | | | | | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-265-22/+26
| * | | | | | | | | | | | wrapper: add xgetcwd()René Scharfe2014-08-262-0/+9
| * | | | | | | | | | | | abspath: convert real_path_internal() to strbufRené Scharfe2014-08-261-44/+25
| * | | | | | | | | | | | abspath: use strbuf_getcwd() to remember original working directoryRené Scharfe2014-08-261-4/+5
| * | | | | | | | | | | | setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe2014-08-261-43/+44
| * | | | | | | | | | | | unix-sockets: use strbuf_getcwd()René Scharfe2014-07-281-7/+7