2435 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 75135b23f6 branch: no detached HEAD check when editing another branch's description 12 years ago
Matthieu Moy 0fa2eb530f add: warn when -u or -A is used without pathspec 12 years ago
Jeff King b495697b82 fetch-pack: avoid repeatedly re-scanning pack directory 12 years ago
Jeff King 131b8fcbfb fetch: run gc --auto after fetching 12 years ago
Jeff King be5c9fb904 logmsg_reencode: lazily load missing commit buffers 12 years ago
Jeff King dd0d388c44 logmsg_reencode: never return NULL 12 years ago
Jeff King 200ebe362c commit: drop useless xstrdup of commit message 12 years ago
Junio C Hamano b4cf8db275 push: finishing touches to explain REJECT_ALREADY_EXISTS better 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Jeff King b3873c336c reflog: use parse_config_key in config callback 12 years ago
Jeff King 4d5c6cefd5 help: use parse_config_key for man config 12 years ago
Nguyễn Thái Ngọc Duy 0b0ecaac2a grep: avoid accepting ambiguous revision 12 years ago
Junio C Hamano 1542d4cdad help: include <common-cmds.h> only in one file 12 years ago
Aaron Schrab ec55559f93 push: Add support for pre-push hooks 12 years ago
Martin von Zweigbergk bf44142f54 reset: update documentation to require only tree-ish with paths 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Adam Spiers 72aeb18772 clean.c, ls-files.c: respect encapsulation of exclude_list_groups 12 years ago
Martin von Zweigbergk 3fde386a40 reset [--mixed]: use diff-based reset whether or not pathspec was given 12 years ago
Martin von Zweigbergk 166ec2e96e reset: allow reset on unborn branch 12 years ago
Martin von Zweigbergk 2f328c3d2e reset $sha1 $pathspec: require $sha1 only to be treeish 12 years ago
Martin von Zweigbergk 7637df131e reset.c: inline update_index_refresh() 12 years ago
Martin von Zweigbergk 3bbf2f20f6 reset.c: finish entire cmd_reset() whether or not pathspec is given 12 years ago
Martin von Zweigbergk bc41bf422e reset [--mixed]: only write index file once 12 years ago
Martin von Zweigbergk 01a19dfc1a reset.c: move lock, write and commit out of update_index_refresh() 12 years ago
Martin von Zweigbergk bf883f3006 reset.c: move update_index_refresh() call out of read_from_tree() 12 years ago
Martin von Zweigbergk b489097e1d reset.c: replace switch by if-else 12 years ago
Martin von Zweigbergk 1ca38f8586 reset: avoid redundant error message 12 years ago
Martin von Zweigbergk b7099a06e8 reset --keep: only write index file once 12 years ago
Martin von Zweigbergk 352f58a57b reset.c: share call to die_if_unmerged_cache() 12 years ago
Martin von Zweigbergk 7bca0e451b reset.c: extract function for updating {ORIG_,}HEAD 12 years ago
Martin von Zweigbergk dca48cf520 reset.c: remove unnecessary variable 'i' 12 years ago
Martin von Zweigbergk 39ea722d82 reset.c: extract function for parsing arguments 12 years ago
Martin von Zweigbergk 4f4ad3d938 reset: don't allow "git reset -- $pathspec" in bare repo 12 years ago
Martin von Zweigbergk 18648e89e7 reset.c: pass pathspec around instead of (prefix, argv) pair 12 years ago
Martin von Zweigbergk d94c5e2fa2 reset $pathspec: exit with code 0 if successful 12 years ago
Martin von Zweigbergk 10746a3616 reset $pathspec: no need to discard index 12 years ago
Aaron Schrab 5a7da2dca1 hooks: Add function to check if a hook exists 12 years ago
Zoltan Klinger f538a91e3c git-clean: Display more accurate delete messages 12 years ago
Junio C Hamano 3f4f4cc0da clone: do not export and unexport GIT_CONFIG 12 years ago
Nguyễn Thái Ngọc Duy 4dcb167fc3 fetch: add --unshallow for turning shallow repo into complete one 12 years ago
Nguyễn Thái Ngọc Duy 95b63f1ebb clone: forbid --bare --separate-git-dir <dir> 12 years ago
Antoine Pelisse e6bb5f78fb log: add log.mailmap configuration option 12 years ago
Antoine Pelisse ea57bc0d41 log: add --use-mailmap option 12 years ago
Antoine Pelisse ea02ffa385 mailmap: simplify map_user() interface 12 years ago
Ralf Thielow 51fb3a3dfa commit: make default of "cleanup" option configurable 12 years ago
Antoine Pelisse 3c020bd528 Use split_ident_line to parse author and committer 12 years ago
Adam Spiers 368aa52952 add git-check-ignore sub-command 12 years ago
Adam Spiers 512aaf9453 add.c: extract new die_if_path_beyond_symlink() for reuse 12 years ago
Adam Spiers 9d67b61f73 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse 12 years ago
Adam Spiers 4b78d7bccd pathspec.c: rename newly public functions for clarity 12 years ago