276 Commits (3f267a112820f3bdf6b82362680ea6339f0e5f86)

Author SHA1 Message Date
ZheNing Hu e73fe3dd02 builtin/*: update usage format 4 years ago
Jeff King 2020451c5b am, sequencer: stop parsing our own committer ident 4 years ago
Jeff King 16b0bb99ea am: fix broken email with --committer-date-is-author-date 4 years ago
Bradley M. Kuhn 3abd4a67d9 Documentation: stylistically normalize references to Signed-off-by: 4 years ago
Jeff King 8d2aa8dfac assert PARSE_OPT_NONEG in parse-options callbacks 4 years ago
Derrick Stolee a95ce12430 maintenance: replace run_auto_gc() 5 years ago
Phillip Wood e8cbe2118a am: stop exporting GIT_COMMITTER_DATE 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King 2745b6b450 quote: rename sq_dequote_to_argv_array to mention strvec 5 years ago
Junio C Hamano 7c3e9e8cfb auto-gc: pass --quiet down from am, commit, merge and rebase 5 years ago
Paolo Bonzini aa416b22ea am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch 5 years ago
Paolo Bonzini f3b4822899 am: support --show-current-patch=raw as a synonym for--show-current-patch 5 years ago
Paolo Bonzini e8ef1e8d6e am: convert "resume" variable to a struct 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 6 years ago
Thomas Gummerer 22184497a3 factor out refresh_and_write_cache function 6 years ago
Jeff King 0dfed92dfd git-am: handle missing "author" when parsing commit 6 years ago
Derrick Stolee 8e01251694 merge-recursive: introduce an enum for detect_directory_renames values 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Jeff King 7663e438c5 am: fix --interactive HEAD tree resolution 6 years ago
Jeff King 6e7baf246a am: drop tty requirement for --interactive 6 years ago
Jeff King 97387c8bdd am: read interactive input from stdin 6 years ago
Jeff King 1db65f324e am: simplify prompt response handling 6 years ago
Nguyễn Thái Ngọc Duy f4a4b9aca3 checkout: inform the user when removing branch state 6 years ago
brian m. carlson 24dd363ed5 builtin/am: make hash size independent 6 years ago
Nguyễn Thái Ngọc Duy cdb5330a9b am: avoid diff_opt_parse() 6 years ago
Jeff Hostetler 6206286e49 trace2:data: add trace2 hook classification 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
William Hubbs 39ab4d0951 config: allow giving separate author and committer idents 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 150fe065f7 read-cache.c: remove the_* from index_has_changes() 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 1d18d7581c notes-utils.c: remove the_repository references 6 years ago
Pranit Bauva e3b1e3bdc0 wrapper: move is_empty_file() and rename it as is_empty_or_missing_file() 6 years ago
Elijah Newren 45339f74ef am, rebase--merge: do not overlook --skip'ed commits with post-rewrite 6 years ago
Nguyễn Thái Ngọc Duy 55e6b3547d rerere.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 4edce1729a branch.c: remove the_repository reference 6 years ago
Jeff King fce5664805 am: handle --no-patch-format option 6 years ago
Phillip Wood bcd33ec25f add read_author_script() to libgit 6 years ago
Phillip Wood a75d351388 am: rename read_author_script() 6 years ago
Phillip Wood 442c36bd08 am: improve author-script error reporting 6 years ago
Phillip Wood 28224c2359 am: don't die in read_author_script() 6 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 ae9af12287 status: show progress bar if refreshing the index takes too long 7 years ago
Elijah Newren 6aba117d5c am: avoid directory rename detection when calling recursive merge machinery 7 years ago
René Scharfe 3aa4d81f88 mailinfo: support format=flowed 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy 82ea77eca7 apply.c: make init_apply_state() take a struct repository 7 years ago