aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
* git.c: guard config parser from value=NULLJunio C Hamano2008-02-11
* Merge branch 'kh/commit'Junio C Hamano2007-12-04
|\
| * Port git commit to C.Kristian Høgsberg2007-11-22
* | Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-03
* | Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin2007-12-02
* | Merge branch 'jk/send-pack'Junio C Hamano2007-11-24
|\ \
| * \ Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-14
| |\ \
| | * | Build in ls-remoteDaniel Barkalow2007-11-05
| | * | Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-02
| | * | Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-02
* | | | Merge branch 'sb/clean'Junio C Hamano2007-11-24
|\ \ \ \
| * | | | Make git-clean a builtinShawn Bohrer2007-11-18
* | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-24
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | builtin run_command: do not exit with -1.Johannes Sixt2007-11-14
| | |/ / | |/| |
* | | | git-merge-ours: make it a builtin.Thomas Harning2007-11-22
| |/ / |/| |
* | | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-17
|\ \ \ | |/ / |/| |
| * | git-rev-parse --parseoptJunio C Hamano2007-11-06
| |/
* | Don't always require working tree for git-rmMike Hommey2007-11-05
* | Refactor working tree setupMike Hommey2007-11-05
|/
* use only the $PATH for exec'ing git commandsScott R Parish2007-10-29
* "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-29
* "git" returns 1; "git help" and "git help -a" return 0Scott R Parish2007-10-29
* Merge branch 'db/fetch-pack'Junio C Hamano2007-10-24
|\
| * Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
| |\
| * | Make fetch a builtinDaniel Barkalow2007-09-19
| * | Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-19
| * | Modularize commit-walkerDaniel Barkalow2007-09-19
* | | Deduce exec_path also from calls to git with a relative pathJohannes Schindelin2007-10-20
| |/ |/|
* | sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-21
|/
* Make "git reset" a builtin.Carlos Rica2007-09-12
* git --bare cmd: do not unconditionally nuke GIT_DIRJunio C Hamano2007-08-27
* Fix initialization of a bare repositoryJunio C Hamano2007-08-27
* Add and document a global --no-pager option for git.Matthieu Moy2007-08-19
* diff: don't run pager if user asked for a diff style exit codeRené Scharfe2007-08-13
* Merge branch 'cr/tag'Junio C Hamano2007-08-10
|\
| * Make verify-tag a builtin.Carlos Rica2007-07-26
| * Make git tag a builtin.Carlos Rica2007-07-20
* | checkout-index needs a working treeJohannes Schindelin2007-08-04
* | Clean up work-tree handlingJohannes Schindelin2007-08-01
* | git.c: execution pathJunio C Hamano2007-07-31
|/
* Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder2007-07-04
* Make '!' aliases more usefulJohannes Schindelin2007-07-02
* Merge branch 'ml/worktree'Junio C Hamano2007-07-01
|\
| * make git barf when an alias changes environment variablesMatthias Lederhofer2007-06-12
* | Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-01
|\ \ | |/
| * Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-06
| * introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-06
* | git: Try a bit harder not to lose errno in stdioLinus Torvalds2007-06-30
* | Check for IO errors after running a commandLinus Torvalds2007-06-24
* | Clean up internal command handlingLinus Torvalds2007-06-24
|/