Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -1/+2 |
|\ | |||||
| * | Port git commit to C. | Kristian Høgsberg | 2007-11-22 | 1 | -1/+2 |
* | | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 | 1 | -3/+3 |
* | | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 2007-12-02 | 1 | -0/+1 |
* | | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | Build in ls-remote | Daniel Barkalow | 2007-11-05 | 1 | -1/+2 |
| | * | | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-02 | 1 | -0/+1 |
| | * | | Build-in peek-remote, using transport infrastructure. | Daniel Barkalow | 2007-11-02 | 1 | -0/+1 |
* | | | | Merge branch 'sb/clean' | Junio C Hamano | 2007-11-24 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Make git-clean a builtin | Shawn Bohrer | 2007-11-18 | 1 | -0/+1 |
* | | | | | Merge branch 'js/mingw-fallouts' | Junio C Hamano | 2007-11-24 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | builtin run_command: do not exit with -1. | Johannes Sixt | 2007-11-14 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | git-merge-ours: make it a builtin. | Thomas Harning | 2007-11-22 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 2007-11-17 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | git-rev-parse --parseopt | Junio C Hamano | 2007-11-06 | 1 | -1/+1 |
| |/ | |||||
* | | Don't always require working tree for git-rm | Mike Hommey | 2007-11-05 | 1 | -1/+1 |
* | | Refactor working tree setup | Mike Hommey | 2007-11-05 | 1 | -8/+3 |
|/ | |||||
* | use only the $PATH for exec'ing git commands | Scott R Parish | 2007-10-29 | 1 | -36/+7 |
* | "current_exec_path" is a misleading name, use "argv_exec_path" | Scott R Parish | 2007-10-29 | 1 | -1/+1 |
* | "git" returns 1; "git help" and "git help -a" return 0 | Scott R Parish | 2007-10-29 | 1 | -3/+4 |
* | Merge branch 'db/fetch-pack' | Junio C Hamano | 2007-10-24 | 1 | -0/+5 |
|\ | |||||
| * | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 | 1 | -11/+5 |
| |\ | |||||
| * | | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 1 | -0/+1 |
| * | | Make fetch-pack a builtin with an internal API | Daniel Barkalow | 2007-09-19 | 1 | -0/+1 |
| * | | Modularize commit-walker | Daniel Barkalow | 2007-09-19 | 1 | -0/+3 |
* | | | Deduce exec_path also from calls to git with a relative path | Johannes Schindelin | 2007-10-20 | 1 | -2/+3 |
| |/ |/| | |||||
* | | sq_quote_argv and add_to_string rework with strbuf's. | Pierre Habouzit | 2007-09-21 | 1 | -11/+5 |
|/ | |||||
* | Make "git reset" a builtin. | Carlos Rica | 2007-09-12 | 1 | -0/+1 |
* | git --bare cmd: do not unconditionally nuke GIT_DIR | Junio C Hamano | 2007-08-27 | 1 | -1/+1 |
* | Fix initialization of a bare repository | Junio C Hamano | 2007-08-27 | 1 | -0/+1 |
* | Add and document a global --no-pager option for git. | Matthieu Moy | 2007-08-19 | 1 | -1/+5 |
* | diff: don't run pager if user asked for a diff style exit code | René Scharfe | 2007-08-13 | 1 | -1/+1 |
* | Merge branch 'cr/tag' | Junio C Hamano | 2007-08-10 | 1 | -0/+2 |
|\ | |||||
| * | Make verify-tag a builtin. | Carlos Rica | 2007-07-26 | 1 | -0/+1 |
| * | Make git tag a builtin. | Carlos Rica | 2007-07-20 | 1 | -0/+1 |
* | | checkout-index needs a working tree | Johannes Schindelin | 2007-08-04 | 1 | -1/+2 |
* | | Clean up work-tree handling | Johannes Schindelin | 2007-08-01 | 1 | -3/+8 |
* | | git.c: execution path | Junio C Hamano | 2007-07-31 | 1 | -5/+5 |
|/ | |||||
* | Remove USE_PAGER from git-pickaxe and git-annotate | Andrew Ruder | 2007-07-04 | 1 | -2/+2 |
* | Make '!' aliases more useful | Johannes Schindelin | 2007-07-02 | 1 | -0/+15 |
* | Merge branch 'ml/worktree' | Junio C Hamano | 2007-07-01 | 1 | -4/+18 |
|\ | |||||
| * | make git barf when an alias changes environment variables | Matthias Lederhofer | 2007-06-12 | 1 | -4/+18 |
* | | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 | 1 | -13/+22 |
|\ \ | |/ | |||||
| * | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 2007-06-06 | 1 | -10/+10 |
| * | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 | 1 | -1/+11 |
* | | git: Try a bit harder not to lose errno in stdio | Linus Torvalds | 2007-06-30 | 1 | -4/+5 |
* | | Check for IO errors after running a command | Linus Torvalds | 2007-06-24 | 1 | -1/+20 |
* | | Clean up internal command handling | Linus Torvalds | 2007-06-24 | 1 | -22/+30 |
|/ | |||||
* | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-20 | 1 | -1/+1 |
|\ |