summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* color: delay auto-color decision until point of useJeff King2011-08-193-3/+5
* git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-185-20/+11
* diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-181-2/+0
* checkout-index: remove obsolete commentNguyễn Thái Ngọc Duy2011-08-171-32/+0
* Merge branch 'jk/tag-list-multiple-patterns' into maintJunio C Hamano2011-08-161-9/+17
|\
| * tag: accept multiple patterns for --listJeff King2011-06-201-9/+17
* | Merge branch 'js/ls-tree-error' into maintJunio C Hamano2011-08-161-3/+1
|\ \
| * | Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails.Jon Seymour2011-07-251-3/+1
* | | Merge branch 'jk/fast-export-quote-path' into maintJunio C Hamano2011-08-161-7/+24
|\ \ \
| * | | fast-export: quote paths in outputJeff King2011-08-051-7/+24
* | | | Merge branch 'jc/checkout-reflog-fix' into maintJunio C Hamano2011-08-161-2/+5
|\ \ \ \
| * | | | Merge commit 'v1.7.6' into jc/checkout-reflog-fixJunio C Hamano2011-07-061-2/+5
| | |/ / | |/| |
* | | | Merge branch 'jc/maint-reset-unmerged-path' into maintJunio C Hamano2011-08-161-1/+1
|\ \ \ \
| * | | | reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano2011-07-131-1/+1
* | | | | Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-164-17/+17
|\ \ \ \ \
| * | | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-104-10/+10
| * | | | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-1/+1
| * | | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-102-6/+6
* | | | | | Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano2011-08-011-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | checkout -b <name>: correctly detect existing branchJunio C Hamano2011-06-051-1/+1
* | | | | | Merge branch 'maint-1.7.5' into maintJunio C Hamano2011-06-291-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | "branch -d" can remove more than one branchesJunio C Hamano2011-06-291-1/+1
| | |_|_|/ | |/| | |
* | | | | plug a few coverity-spotted leaksJim Meyering2011-06-203-1/+6
* | | | | Merge branch 'maint'Junio C Hamano2011-06-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | builtin/gc.c: add missing newline in messageAndreas Schwab2011-06-191-1/+1
* | | | | Merge branch 'maint'Junio C Hamano2011-06-081-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | fetch: do not leak a refspecJim Meyering2011-06-081-2/+4
| | |/ / | |/| |
| * | | Merge branch 'ab/i18n-fixup' into maintJunio C Hamano2011-05-314-20/+32
| |\ \ \
| * \ \ \ Merge branch 'jc/rename-degrade-cc-to-c' into maintJunio C Hamano2011-05-313-4/+21
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/cherry-pick-root-with-resolve' into maintJunio C Hamano2011-05-262-5/+11
| |\ \ \ \ \
| * | | | | | Merge branch 'jk/git-connection-deadlock-fix' into maintJunio C Hamano2011-05-261-0/+2
| * | | | | | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' into maintJunio C Hamano2011-05-261-2/+7
* | | | | | | Merge branch 'bc/maint-status-z-to-use-porcelain'Junio C Hamano2011-06-061-3/+4
* | | | | | | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-318-28/+25
|\ \ \ \ \ \ \
| * | | | | | | format-patch: preserve subject newlines with -kJeff King2011-05-261-0/+1
| * | | | | | | clean up calling conventions for pretty.c functionsJeff King2011-05-264-13/+17
| * | | | | | | pretty: add pp_commit_easy function for simple callersJeff King2011-05-265-12/+5
| * | | | | | | mailinfo: always clean up rfc822 header foldingJeff King2011-05-261-1/+1
* | | | | | | | Merge branch 'jc/log-quiet-fix'Junio C Hamano2011-05-311-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | log: --quiet should serve as synonym to -sJunio C Hamano2011-05-281-0/+2
* | | | | | | | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-05-311-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remote: allow "-t" with fetch mirrorsJeff King2011-05-261-2/+2
* | | | | | | | | | Merge branch 'jl/read-tree-m-dry-run'Junio C Hamano2011-05-311-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Teach read-tree the -n|--dry-run optionJens Lehmann2011-05-251-1/+2
* | | | | | | | | | | Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-301-9/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-grep: do not die upon -F/-P when grep.extendedRegexp is set.Junio C Hamano2011-05-091-13/+43
| * | | | | | | | | | | git-grep: Bail out when -P is used with -F or -EMichał Kiedrowicz2011-05-091-1/+3
| * | | | | | | | | | | git-grep: Learn PCREMichał Kiedrowicz2011-05-091-0/+2
* | | | | | | | | | | | Merge branch 'jc/notes-batch-removal'Junio C Hamano2011-05-292-22/+43
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | show: --ignore-missingJunio C Hamano2011-05-191-0/+1