summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db/checkout'Junio C Hamano2008-02-271-0/+3
|\
| * Add merge-subtree backJunio C Hamano2008-02-231-0/+1
| * Build in checkoutDaniel Barkalow2008-02-161-0/+1
| * Build-in merge-recursiveDaniel Barkalow2008-02-091-0/+1
* | make alias lookup a public, procedural functionJeff King2008-02-241-14/+3
* | git.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* Merge branch 'kh/commit'Junio C Hamano2007-12-041-1/+2
|\
| * Port git commit to C.Kristian Høgsberg2007-11-221-1/+2
* | Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-031-3/+3
* | Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin2007-12-021-0/+1
* | Merge branch 'jk/send-pack'Junio C Hamano2007-11-241-0/+3
|\ \
| * \ Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-141-0/+3
| |\ \
| | * | Build in ls-remoteDaniel Barkalow2007-11-051-1/+2
| | * | Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-021-0/+1
| | * | Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-021-0/+1
* | | | Merge branch 'sb/clean'Junio C Hamano2007-11-241-0/+1
|\ \ \ \
| * | | | Make git-clean a builtinShawn Bohrer2007-11-181-0/+1
* | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | builtin run_command: do not exit with -1.Johannes Sixt2007-11-141-1/+1
| | |/ / | |/| |
* | | | git-merge-ours: make it a builtin.Thomas Harning2007-11-221-0/+1
| |/ / |/| |
* | | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-1/+1
|\ \ \ | |/ / |/| |
| * | git-rev-parse --parseoptJunio C Hamano2007-11-061-1/+1
| |/
* | Don't always require working tree for git-rmMike Hommey2007-11-051-1/+1
* | Refactor working tree setupMike Hommey2007-11-051-8/+3
|/
* use only the $PATH for exec'ing git commandsScott R Parish2007-10-291-36/+7
* "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-291-1/+1
* "git" returns 1; "git help" and "git help -a" return 0Scott R Parish2007-10-291-3/+4
* Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-0/+5
|\
| * Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-11/+5
| |\
| * | Make fetch a builtinDaniel Barkalow2007-09-191-0/+1
| * | Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+1
| * | Modularize commit-walkerDaniel Barkalow2007-09-191-0/+3
* | | Deduce exec_path also from calls to git with a relative pathJohannes Schindelin2007-10-201-2/+3
| |/ |/|
* | sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-211-11/+5
|/
* Make "git reset" a builtin.Carlos Rica2007-09-121-0/+1
* git --bare cmd: do not unconditionally nuke GIT_DIRJunio C Hamano2007-08-271-1/+1
* Fix initialization of a bare repositoryJunio C Hamano2007-08-271-0/+1
* Add and document a global --no-pager option for git.Matthieu Moy2007-08-191-1/+5
* diff: don't run pager if user asked for a diff style exit codeRené Scharfe2007-08-131-1/+1
* Merge branch 'cr/tag'Junio C Hamano2007-08-101-0/+2
|\
| * Make verify-tag a builtin.Carlos Rica2007-07-261-0/+1
| * Make git tag a builtin.Carlos Rica2007-07-201-0/+1
* | checkout-index needs a working treeJohannes Schindelin2007-08-041-1/+2
* | Clean up work-tree handlingJohannes Schindelin2007-08-011-3/+8
* | git.c: execution pathJunio C Hamano2007-07-311-5/+5
|/
* Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder2007-07-041-2/+2
* Make '!' aliases more usefulJohannes Schindelin2007-07-021-0/+15
* Merge branch 'ml/worktree'Junio C Hamano2007-07-011-4/+18
|\
| * make git barf when an alias changes environment variablesMatthias Lederhofer2007-06-121-4/+18
* | Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-13/+22
|\ \ | |/