277 Commits (fc721b699b817e9cb78994c6dd6d86e744bd2112)

Author SHA1 Message Date
Johannes Sixt e1464ca7bb Record the command invocation path early 17 years ago
Junio C Hamano 107623239a Revert "make git-status use a pager" 17 years ago
Miklos Vajna 1c7b76be7d Build in merge 17 years ago
Jeff King 4e10738a93 Allow per-command pager config 17 years ago
Miklos Vajna 0989fe9623 Move split_cmdline() to alias.c 17 years ago
Junio C Hamano 7550be0a2b Prepare execv_git_cmd() for removal of builtins from the filesystem 17 years ago
Johannes Sixt 23326d14ed Windows: Strip ".exe" from the program name. 17 years ago
René Scharfe 2d35d556e2 Ignore .gitattributes in bare repositories 17 years ago
Teemu Likonen b7d9681974 Print info about "git help COMMAND" on git's main usage pages 17 years ago
Junio C Hamano 6304c29d51 diff-files: do not play --no-index games 17 years ago
Daniel Barkalow 8434c2f1af Build in clone 17 years ago
Bart Trojanowski c8af1de9cf make git-status use a pager 17 years ago
Junio C Hamano e85dc0a3c7 Accept git aliases outside a git repository 17 years ago
SZEDER Gábor af05d67939 Always set *nongit_ok in setup_git_directory_gently() 17 years ago
Jonas Fonseca abe549e179 shortlog: do not require to run from inside a git repository 17 years ago
Johannes Schindelin 211c89682e Make git-remote a builtin 17 years ago
Jeff King 94351118c0 make alias lookup a public, procedural function 17 years ago
Junio C Hamano 1736855c9b Add merge-subtree back 17 years ago
Daniel Barkalow 782c2d65c2 Build in checkout 17 years ago
Junio C Hamano e08404a82d git.c: guard config parser from value=NULL 17 years ago
Daniel Barkalow e1b3a2cad7 Build-in merge-recursive 17 years ago
Christian Couder b319ce4c14 Trace and quote with argv: get rid of unneeded count argument. 17 years ago
Johannes Schindelin f2dc849e9c Add 'git fast-export', the sister of 'git fast-import' 17 years ago
Kristian Høgsberg f5bbc3225c Port git commit to C. 17 years ago
Thomas Harning a00a42ae33 git-merge-ours: make it a builtin. 17 years ago
Shawn Bohrer 113f10f22f Make git-clean a builtin 17 years ago
Johannes Sixt 2488df84a2 builtin run_command: do not exit with -1. 17 years ago
Junio C Hamano 5410a02ab9 git-rev-parse --parseopt 17 years ago
Mike Hommey 271bb08735 Don't always require working tree for git-rm 17 years ago
Mike Hommey 59f0f2f33a Refactor working tree setup 17 years ago
Daniel Barkalow 8951d7c1f1 Build in ls-remote 17 years ago
Daniel Barkalow 96249c04c0 Build-in send-pack, with an API for other programs to call. 17 years ago
Daniel Barkalow 18f7c51cf9 Build-in peek-remote, using transport infrastructure. 17 years ago
Scott R Parish 511707d42b use only the $PATH for exec'ing git commands 17 years ago
Scott R Parish 384df83312 "current_exec_path" is a misleading name, use "argv_exec_path" 17 years ago
Scott R Parish 3d7e2d857a "git" returns 1; "git help" and "git help -a" return 0 17 years ago
Johannes Schindelin 43db492a8e Deduce exec_path also from calls to git with a relative path 17 years ago
Pierre Habouzit 7a33bcbe80 sq_quote_argv and add_to_string rework with strbuf's. 17 years ago
Daniel Barkalow b888d61c83 Make fetch a builtin 17 years ago
Daniel Barkalow 2d4177c01c Make fetch-pack a builtin with an internal API 17 years ago
Daniel Barkalow 30ae764b1e Modularize commit-walker 17 years ago
Carlos Rica 0e5a7faa3a Make "git reset" a builtin. 17 years ago
Junio C Hamano 9277d60233 git --bare cmd: do not unconditionally nuke GIT_DIR 17 years ago
Junio C Hamano 6adcca3fe8 Fix initialization of a bare repository 17 years ago
Matthieu Moy 463a849d00 Add and document a global --no-pager option for git. 17 years ago
René Scharfe 89d07f750a diff: don't run pager if user asked for a diff style exit code 17 years ago
Johannes Schindelin 4465f410d6 checkout-index needs a working tree 18 years ago
Johannes Schindelin e90fdc39b6 Clean up work-tree handling 18 years ago
Junio C Hamano cf32190aa6 git.c: execution path 18 years ago
Carlos Rica 2ae68fcb78 Make verify-tag a builtin. 18 years ago