38165 Commits (9aeb4c2b57aaaab208e5cce85dceadd551138a68)
 

Author SHA1 Message Date
Junio C Hamano 211836f77b Merge branch 'da/include-compat-util-first-in-c' 10 years ago
Jeff King a136f6d8ff test-lib.sh: support -x option for shell-tracing 10 years ago
Junio C Hamano dc05179b5a t1308: fix broken here document in test script 10 years ago
Christian Couder dfd66ddf5a Documentation: add documentation for 'git interpret-trailers' 10 years ago
Christian Couder b9384ff34e trailer: add tests for commands in config file 10 years ago
Christian Couder 85039fb6e4 trailer: execute command from 'trailer.<name>.command' 10 years ago
Christian Couder 76bed78a58 trailer: add tests for "git interpret-trailers" 10 years ago
Christian Couder 6634f05454 trailer: add interpret-trailers command 10 years ago
Christian Couder b1d78d77bf trailer: put all the processing together and print 10 years ago
Christian Couder 2013d8505d trailer: parse trailers from file or stdin 10 years ago
Christian Couder f0a90b4edf trailer: process command line trailer arguments 10 years ago
Christian Couder 46a0613f00 trailer: read and process config information 10 years ago
Christian Couder 4103818d20 trailer: process trailers from input message and arguments 10 years ago
Christian Couder 9385b5d706 trailer: add data structures and basic functions 10 years ago
brian m. carlson f8a48affbb Documentation: fix mismatched delimiters in git-imap-send 10 years ago
brian m. carlson c9a5172fdf Documentation: adjust document title underlining 10 years ago
Junio C Hamano 0c45d258ec pack-objects: set number of threads before checking and warning 10 years ago
Etienne Buira e0e21283b6 index-pack: fix compilation with NO_PTHREADS 10 years ago
René Scharfe 64a7e92f28 receive-pack: plug minor memory leak in unpack() 10 years ago
Jeff King 8ad1652418 t5304: use helper to report failure of "test foo = bar" 10 years ago
Jeff King f1dd90bd19 t5304: use test_path_is_* instead of "test -f" 10 years ago
Philip Oakley 673151a9bb doc: add 'everyday' to 'git help' 10 years ago
Philip Oakley 5a568ea050 doc: Makefile regularise OBSOLETE_HTML list building 10 years ago
Philip Oakley 992cb20688 doc: modernise everyday.txt wording and format in man page style 10 years ago
Junio C Hamano fca416a41e completion: use "git -C $there" instead of (cd $there && git ...) 10 years ago
brian m. carlson c30c43c07d Documentation: fix misrender of pretty-formats in Asciidoctor 10 years ago
Junio C Hamano 63a45136a3 Update draft release notes to 2.2 10 years ago
Junio C Hamano f0d8900175 Merge branch 'sp/stream-clean-filter' 10 years ago
Junio C Hamano 9342f49738 Merge branch 'bw/use-write-script-in-tests' 10 years ago
Junio C Hamano b2c45f5b96 Merge branch 'nd/archive-pathspec' 10 years ago
Junio C Hamano fb06b5280e Merge branch 'jc/push-cert' 10 years ago
Junio C Hamano 325602ce12 Sync with maint 10 years ago
Junio C Hamano 3c2dc76f01 Merge branch 'maint-2.0' into maint 10 years ago
Junio C Hamano 76f8611a5f Merge branch 'maint-1.9' into maint-2.0 10 years ago
Junio C Hamano 9181365b85 Merge branch 'maint-1.8.5' into maint-1.9 10 years ago
Junio C Hamano b6e8269e9b Merge branch 'jk/mbox-from-line' into maint 10 years ago
David Aguilar 2ca0b197b8 completion: add --show-signature for log and show 10 years ago
René Scharfe e3f1da982e use skip_prefix() to avoid more magic numbers 10 years ago
Wieland Hoffmann eeff891ac7 git-tag.txt: Add a missing hyphen to `-s` 10 years ago
René Scharfe db7879438f mailsplit: remove unnecessary unlink(2) call 10 years ago
René Scharfe 64045940af bundle: plug minor memory leak in is_tag_in_date_range() 10 years ago
Michael Haggerty 6e578a31e6 commit_packed_refs(): reimplement using fdopen_lock_file() 11 years ago
Michael Haggerty f70f0565b3 dump_marks(): reimplement using fdopen_lock_file() 11 years ago
Michael Haggerty 013870cd2c fdopen_lock_file(): access a lockfile using stdio 11 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Michael Haggerty 216aab1e3d hold_locked_index(): move from lockfile.c to read-cache.c 11 years ago
Michael Haggerty 4d423a3e62 hold_lock_file_for_append(): restore errno before returning 11 years ago
Michael Haggerty ec38b4e482 get_locked_file_path(): new function 11 years ago
Michael Haggerty 316683bd37 lockfile.c: rename static functions 11 years ago
Michael Haggerty 47ba4662bf lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF 11 years ago