258 Commits (49aaddd102aff1f0fc986629f3dc22a872f202ce)

Author SHA1 Message Date
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. 18 years ago
Daniel Barkalow b888d61c83 Make fetch a builtin 18 years ago
Daniel Barkalow 2d4177c01c Make fetch-pack a builtin with an internal API 18 years ago
Daniel Barkalow 30ae764b1e Modularize commit-walker 18 years ago
Carlos Rica 0e5a7faa3a Make "git reset" a builtin. 18 years ago
Junio C Hamano 9277d60233 git --bare cmd: do not unconditionally nuke GIT_DIR 18 years ago
Junio C Hamano 6adcca3fe8 Fix initialization of a bare repository 18 years ago
Matthieu Moy 463a849d00 Add and document a global --no-pager option for git. 18 years ago
René Scharfe 89d07f750a diff: don't run pager if user asked for a diff style exit code 18 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
Carlos Rica 62e09ce998 Make git tag a builtin. 18 years ago
Andrew Ruder d97bc5de92 Remove USE_PAGER from git-pickaxe and git-annotate 18 years ago
Johannes Schindelin a2f8028d3d Make '!' aliases more useful 18 years ago
Linus Torvalds 0227f9887b git: Try a bit harder not to lose errno in stdio 18 years ago
Linus Torvalds 0f157315a1 Check for IO errors after running a command 18 years ago
Linus Torvalds 47d0b4ff57 Clean up internal command handling 18 years ago
Matthias Lederhofer 4394efecfa make git barf when an alias changes environment variables 18 years ago
Matthias Lederhofer 7ae3df8c0a Use new semantics of is_bare/inside_git_dir/inside_work_tree 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Junio C Hamano 5b6dedd6a0 annotate: make it work from subdirectories. 18 years ago
Junio C Hamano d0bfd026a8 Add basic infrastructure to assign attributes to paths 18 years ago
Matthias Lederhofer e4b023332c handle_options in git wrapper miscounts the options it handled. 18 years ago
René Scharfe 265d528032 Revert "builtin-archive: use RUN_SETUP" 18 years ago
James Bowes 3301521a25 use xmalloc in git.c and help.c 18 years ago
James Bowes 6757ada403 Make gc a builtin. 18 years ago
Johannes Schindelin 9509af686b Make git-revert & git-cherry-pick a builtin 18 years ago