489 Commits (6053c04b88d28b31d752dc8783ff59324b6a82f7)

Author SHA1 Message Date
Jeff Hostetler 6206286e49 trace2:data: add trace2 hook classification 6 years ago
Ramsay Jones 5fe81438b5 sequencer: make sign_off_header a file local symbol 6 years ago
William Hubbs 39ab4d0951 config: allow giving separate author and committer idents 6 years ago
Nguyễn Thái Ngọc Duy 0d6caa2d08 merge-recursive.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy e1ff0a32e4 read-cache.c: kill read_index() 6 years ago
Nguyễn Thái Ngọc Duy 3a95f31d1c repository.c: replace hold_locked_index() with repo_hold_locked_index() 6 years ago
Nguyễn Thái Ngọc Duy 1d18d7581c notes-utils.c: remove the_repository references 6 years ago
Elijah Newren 899b49c446 git-rebase, sequencer: extend --quiet option for the interactive machinery 6 years ago
Sergey Organov 37897bfc27 cherry-pick: do not error on non-merge commits when '-m 1' is specified 6 years ago
Johannes Schindelin d421afa0c6 rebase: introduce --reschedule-failed-exec 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Johannes Schindelin 69c92209d2 rebase -i: include MERGE_HEAD into files to clean up 6 years ago
Johannes Schindelin 85f8d9da21 rebase -r: do not write MERGE_HEAD unless needed 6 years ago
Nguyễn Thái Ngọc Duy ffc00a48ef diff-lib.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy c207e9e1f6 cache-tree.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 005af339c9 sequencer.c: remove implicit dependency on the_repository 6 years ago
Nguyễn Thái Ngọc Duy f11c958054 sequencer.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 5b02ca38a3 wt-status.c: remove implicit dependency on the_index 6 years ago
Ben Peart 6c5b7f55a8 refresh_index: remove unnecessary calls to preload_index() 6 years ago
Nguyễn Thái Ngọc Duy 29d51e214c sequencer.c: remove a stray semicolon 6 years ago
Phillip Wood 4d010a757c sequencer: use read_author_script() 6 years ago
Phillip Wood bcd33ec25f add read_author_script() to libgit 6 years ago
Martin Ågren 71571cd7d6 sequencer: break out of loop explicitly 6 years ago
Carlo Marcelo Arenas Belón 4af5174168 sequencer: cleanup for gcc warning in non developer mode 6 years ago
Johannes Sixt 3a4a4cab3e rebase -i: recognize short commands without arguments 6 years ago
Johannes Schindelin 71f82465b1 rebase -i: introduce the 'break' command 7 years ago
René Scharfe 6e8fc70fce sequencer: use return value of oidset_insert() 7 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 35843b1123 rerere.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 7e196c3a28 merge.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy ae9af12287 status: show progress bar if refreshing the index takes too long 7 years ago
Elijah Newren a3ec9eaf38 sequencer: fix --allow-empty-message behavior, make it smarter 7 years ago
Johannes Schindelin 10d2f35436 rebase -i: be careful to wrap up fixup/squash chains 7 years ago
Alban Gruin 65850686cf rebase -i: rewrite write_basic_state() in C 7 years ago
Alban Gruin 91f0d95dcb rebase -i: remove unused modes and functions 7 years ago
Alban Gruin b97e187364 rebase -i: rewrite complete_action() in C 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jeff King 4d168e742a coccinelle: use <...> for function exclusion 7 years ago
Jean-Noël Avila 27c929edd6 i18n: fix mistakes in translated strings 7 years ago
Jeff King 66e83d9b41 append_signoff: use size_t for string offsets 7 years ago
Jeff King ffce7f590f sequencer: ignore "---" divider when parsing trailers 7 years ago
Jeff King 00a21f5cbd trailer: pass process_trailer_opts to trailer_info_get() 7 years ago
Jeff King a3b636e215 trailer: use size_t for iterating trailer list 7 years ago
Phillip Wood bc9238bb09 rebase -i: fix SIGSEGV when 'merge <branch>' fails 7 years ago
Phillip Wood dd2e36ebac rebase -i: fix numbering in squash message 7 years ago
Nguyễn Thái Ngọc Duy 07096c9696 cache-tree: wrap the_index based wrappers with #ifdef 7 years ago
Alban Gruin d4ed5d7713 sequencer: change the way skip_unnecessary_picks() returns its result 7 years ago
Alban Gruin 4df66c40b0 rebase -i: rewrite checkout_onto() in C 7 years ago
Alban Gruin 2c58483a59 rebase -i: rewrite setup_reflog_action() in C 7 years ago