Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | builtin-am: implement skeletal builtin am | Paul Tan | 2015-08-04 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'pt/pull-builtin' | Junio C Hamano | 2015-08-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | pull: remove redirection to git-pull.sh | Paul Tan | 2015-06-18 | |
| * | | | | | | | | | | pull: implement skeletal builtin pull | Paul Tan | 2015-06-15 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'kn/for-each-ref' | Junio C Hamano | 2015-08-03 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | ref-filter: move code from 'for-each-ref' | Karthik Nayak | 2015-08-03 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | worktree: new place for "git prune --worktrees" | Nguyễn Thái Ngọc Duy | 2015-06-29 | |
* | | | | | | | | | | Merge branch 'kb/use-nsec-doc' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Makefile / racy-git.txt: clarify USE_NSEC prerequisites | Karsten Blees | 2015-07-01 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'jk/make-fix-dependencies' | Junio C Hamano | 2015-06-16 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| * | | | | | | | | Makefile: silence perl/PM.stamp recipe | Jeff King | 2015-05-29 | |
| * | | | | | | | | Makefile: avoid timestamp updates to GIT-BUILD-OPTIONS | Jeff King | 2015-05-29 | |
| * | | | | | | | | Makefile: drop dependency between git-instaweb and gitweb | Jeff King | 2015-05-29 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'sg/help-group' | Junio C Hamano | 2015-06-01 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| * | | | | | | | generate-cmdlist: parse common group commands | Eric Sunshine | 2015-05-21 | |
| * | | | | | | | command-list: prepare machinery for upcoming "common groups" section | Eric Sunshine | 2015-05-21 | |
| | |_|_|_|/ / | |/| | | | | | ||||
* | | | | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | t7063: tests for untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | |
* | | | | | | | | Merge branch 'jk/skip-http-tests-under-no-curl' | Junio C Hamano | 2015-05-22 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | tests: skip dav http-push tests under NO_EXPAT=NoThanks | Junio C Hamano | 2015-05-07 | |
| | |_|_|_|_|/ | |/| | | | | | ||||
| * | | | | | | Merge branch 'nd/index-pack-one-fd-per-thread' into maint | Junio C Hamano | 2014-06-25 | |
| |\ \ \ \ \ \ | ||||
* | | | | | | | | strbuf_getwholeline: use getdelim if it is available | Jeff King | 2015-04-16 | |
| |_|_|/ / / / |/| | | | | | | ||||
* | | | | | | | Merge branch 'km/bsd-sysctl' | Junio C Hamano | 2015-03-20 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
| * | | | | | | configure: support HAVE_BSD_SYSCTL option | Kyle J. McKay | 2015-03-10 | |
* | | | | | | | Merge branch 'tc/curl-vernum-output-broken-in-7.11' | Junio C Hamano | 2015-02-22 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Makefile: handle broken curl version number in version check | Tom G. Christensen | 2015-02-03 | |
| |/ / / / / / | ||||
* | | | | | | | Merge branch 'km/gettext-n' | Junio C Hamano | 2015-02-11 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | gettext.h: add parentheses around N_ expansion if supported | Kyle J. McKay | 2015-01-12 | |
| | |_|/ / / | |/| | | | | ||||
| * | | | | | Merge branch 'jk/rebuild-perl-scripts-with-no-perl-seting-change' into maint | Junio C Hamano | 2014-12-22 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||
* | | | | | | configure.ac: check for HMAC_CTX_cleanup | Reuben Hawkins | 2015-01-09 | |
* | | | | | | configure.ac: check for clock_gettime and CLOCK_MONOTONIC | Reuben Hawkins | 2015-01-09 | |
* | | | | | | Merge branch 'br/imap-send-via-libcurl' | Junio C Hamano | 2015-01-07 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | git-imap-send: use libcurl for implementation | Bernhard Reiter | 2014-11-10 | |
| |/ / / / / | ||||
* | | | | | | Merge branch 'dm/compat-s-ifmt-for-zos' | Junio C Hamano | 2014-12-22 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | compat: convert modes to use portable file type values | David Michael | 2014-12-04 | |
* | | | | | | | Merge branch 'jk/rebuild-perl-scripts-with-no-perl-seting-change' | Junio C Hamano | 2014-12-12 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||
| * | | | | | Makefile: have python scripts depend on NO_PYTHON setting | Jonathan Nieder | 2014-11-18 | |
| * | | | | | Makefile: simplify by using SCRIPT_{PERL,SH}_GEN macros | Jonathan Nieder | 2014-11-18 | |
| * | | | | | Makefile: have perl scripts depend on NO_PERL setting | Jeff King | 2014-11-18 | |
| |/ / / / | ||||
* | | | | | Merge branch 'dm/port2zos' | Junio C Hamano | 2014-10-29 | |
|\ \ \ \ \ | ||||
| * | | | | | Makefile: reorder linker flags in the git executable rule | David Michael | 2014-10-27 | |
| |/ / / / | ||||
* | | | | | Merge branch 'cc/interpret-trailers' | Junio C Hamano | 2014-10-20 | |
|\ \ \ \ \ | ||||
| * | | | | | trailer: add interpret-trailers command | Christian Couder | 2014-10-13 | |
| * | | | | | trailer: add data structures and basic functions | Christian Couder | 2014-10-13 | |
* | | | | | | Merge branch 'rs/sha1-array-test' | Junio C Hamano | 2014-10-14 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | sha1-array: add test-sha1-array and basic tests | René Scharfe | 2014-10-01 | |
| * | | | | | | Merge branch 'jl/nor-or-nand-and' into maint | Junio C Hamano | 2014-04-09 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 2014-04-09 | |
| |\ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ | Merge branch 'ir/makefile-typofix' | Junio C Hamano | 2014-09-19 | |
|\ \ \ \ \ \ \ \ \ |