summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag: fix some mis-organized options in "-h" listingjk/tag-h-column-is-a-listing-optionJeff King2015-03-121-2/+2
* tag: support configuring --sort via .gitconfigjk/tag-sortJacob Keller2014-07-174-19/+95
* tag: fix --sort tests to use cat<<-\EOF formatJacob Keller2014-07-131-20/+20
* tag: use skip_prefix instead of magic numbersjk/skip-prefixJeff King2014-07-101-9/+5
* http-push: refactor parsing of remote object namesJeff King2014-06-201-15/+23
* imap-send: use skip_prefix instead of using magic numbersTanay Abhra2014-06-201-5/+1
* use skip_prefix to avoid repeated calculationsJeff King2014-06-202-8/+6
* git: avoid magic number with skip_prefixJeff King2014-06-201-2/+2
* fetch-pack: refactor parsing in get_ackJeff King2014-06-201-6/+9
* fast-import: refactor parsing of spacesJeff King2014-06-201-13/+7
* stat_opt: check extra strlen callJeff King2014-06-201-1/+2
* daemon: use skip_prefix to avoid magic numbersJeff King2014-06-201-5/+6
* fast-import: use skip_prefix for parsing inputJeff King2014-06-201-72/+51
* use skip_prefix to avoid repeating stringsJeff King2014-06-2010-54/+44
* use skip_prefix to avoid magic numbersJeff King2014-06-2011-131/+149
* transport-helper: avoid reading past end-of-stringJeff King2014-06-201-7/+7
* fast-import: fix read of uninitialized argv memoryJeff King2014-06-201-5/+8
* apply: use skip_prefix instead of raw additionJeff King2014-06-201-2/+3
* refactor skip_prefix to return a booleanJeff King2014-06-2018-58/+73
* avoid using skip_prefix as a booleanJeff King2014-06-181-1/+1
* daemon: mark some strings as constJeff King2014-06-181-7/+7
* parse_diff_color_slot: drop ofs parameterJeff King2014-06-181-10/+10
* Third batch for 2.1Junio C Hamano2014-06-161-0/+80
* Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-163-12/+617
|\
| * t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsib/test-selectively-runRamsay Jones2014-06-061-51/+57
| * test-lib: '--run' to run only specific testsIlya Bobyr2014-06-063-8/+537
| * test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-062-5/+71
| * test-lib: document short options in t/READMEIlya Bobyr2014-06-061-0/+4
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-162-2/+4
|\ \
| * | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-062-2/+4
* | | Merge branch 'jm/dedup-test-config'Junio C Hamano2014-06-161-5/+0
|\ \ \
| * | | t/t7810-grep.sh: remove duplicate test_config()jm/dedup-test-configJeremiah Mahler2014-06-051-5/+0
* | | | Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-162-29/+44
|\ \ \ \
| * | | | refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-052-29/+44
* | | | | Merge branch 'sk/test-cmp-bin'Junio C Hamano2014-06-165-22/+28
|\ \ \ \ \
| * | | | | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-binStepan Kasal2014-06-045-22/+28
| | |_|/ / | |/| | |
* | | | | Merge branch 'sh/enable-preloadindex'Junio C Hamano2014-06-162-3/+3
|\ \ \ \ \
| * | | | | environment.c: enable core.preloadindex by defaultsh/enable-preloadindexSteve Hoelzer2014-06-032-3/+3
| |/ / / /
* | | | | Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-162-107/+105
|\ \ \ \ \
| * | | | | refs.c: change read_ref_at to use the reflog iteratorsrs/read-ref-atRonnie Sahlberg2014-06-032-107/+105
| |/ / / /
* | | | | Merge branch 'jk/error-resolve-conflict-advice'Junio C Hamano2014-06-161-5/+4
|\ \ \ \ \
| * | | | | error_resolve_conflict: drop quotations around operationjk/error-resolve-conflict-adviceJeff King2014-06-031-1/+1
| * | | | | error_resolve_conflict: rewrap advice messageJeff King2014-06-031-4/+3
* | | | | | Merge branch 'rs/pack-objects-no-unnecessary-realloc'Junio C Hamano2014-06-161-2/+2
|\ \ \ \ \ \
| * | | | | | pack-objects: use free()+xcalloc() instead of xrealloc()+memset()rs/pack-objects-no-unnecessary-reallocRené Scharfe2014-06-021-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'lt/log-auto-decorate'Junio C Hamano2014-06-161-0/+2
|\ \ \ \ \ \
| * | | | | | git log: support "auto" decorationslt/log-auto-decorateLinus Torvalds2014-05-301-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jm/doc-wording-tweaks'Junio C Hamano2014-06-162-9/+8
|\ \ \ \ \ \
| * | | | | | Documentation: wording fixes in the user manual and glossaryjm/doc-wording-tweaksJeremiah Mahler2014-05-282-9/+8
* | | | | | | Merge branch 'jm/format-patch-mail-sig'Junio C Hamano2014-06-164-2/+93
|\ \ \ \ \ \ \