257 Commits (e0020b2f82910f50bc697d86aff70c3796fbdc41)

Author SHA1 Message Date
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
Thomas Gummerer 22184497a3 factor out refresh_and_write_cache function 5 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
Elijah Newren e1f8694f33 merge-recursive: fix assumption that head tree being merged is HEAD 7 years ago
Elijah Newren 1b9fbefbe0 index_has_changes(): avoid assuming operating on the_index 7 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Nguyễn Thái Ngọc Duy 431bb23a27 am: move advice.amWorkDir parsing back to advice.c 7 years ago
Nguyễn Thái Ngọc Duy 3e4a67b47d Use OPT_SET_INT_F() for cmdline option specification 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson d41836a0b2 builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
brian m. carlson fc5cb99f67 cache-tree: convert write_*_as_tree to object_id 7 years ago
Nguyễn Thái Ngọc Duy 65ed8ff376 am: support --quit 7 years ago
Nguyễn Thái Ngọc Duy fbd7a23237 rebase: introduce and use pseudo-ref REBASE_HEAD 7 years ago
Nguyễn Thái Ngọc Duy 66335298a4 rebase: add --show-current-patch 7 years ago