summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-30parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.Pierre Habouzit
2008-06-30parse-opt: fake short strings for callers to believe in.Pierre Habouzit
2008-06-30parse-opt: do not print errors on unknown options, return -2 intead.Pierre Habouzit
2008-06-30parse-opt: create parse_options_step.Pierre Habouzit
2008-06-30parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit
2008-06-30parse-opt: have parse_options_{start,end}.Pierre Habouzit
2008-06-23Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds
2008-06-23Merge branch 'maint'Junio C Hamano
2008-06-23Extend parse-options test suiteStephan Beyer
2008-06-23api-parse-options.txt: Introduce documentation for parse options APIStephan Beyer
2008-06-23parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio
2008-06-23api-builtin.txt: update and fix typoStephan Beyer
2008-06-22Merge branch 'rs/archive-ignore'Junio C Hamano
2008-06-22Merge branch 'lt/racy-empty'Junio C Hamano
2008-06-22Merge branch 'sn/static'Junio C Hamano
2008-06-22Merge branch 'jc/maint-combine-diff-pre-context'Junio C Hamano
2008-06-22Merge branch 'lt/maint-gitdir-relative'Junio C Hamano
2008-06-22Merge branch 'jk/test'Junio C Hamano
2008-06-22Merge branch 'pb/fast-export'Junio C Hamano
2008-06-22Merge branch 'mo/status-untracked'Junio C Hamano
2008-06-22Merge branch 'kh/update-ref'Junio C Hamano
2008-06-22Merge branch 'jn/web'Junio C Hamano
2008-06-22Merge branch 'rg/gitweb'Junio C Hamano
2008-06-21Correct documentation for git-push --mirrorShawn O. Pearce
2008-06-21t/README: Add 'Skipping Tests' section below 'Running Tests'Jakub Narebski
2008-06-21Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer
2008-06-21Add target "install-html" the the top level MakefileTeemu Likonen
2008-06-20bash: Add more option completions for 'git log'Teemu Likonen
2008-06-20Add a helper script to send patches with Mozilla ThunderbirdLukas Sandström
2008-06-20config.c: make git_env_bool() staticしらいしななこ
2008-06-20environment.c: remove unused functionしらいしななこ
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds
2008-06-19Merge branch 'maint'Junio C Hamano
2008-06-19Documentation: fix formatting in git-svnJan Krüger
2008-06-19t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey
2008-06-19completion: add --graph to log command completionDan McGee
2008-06-19builtin-fast-export: Add importing and exporting of revision marksPieter de Bie
2008-06-19test-lib.sh: add --long-tests optionLea Wiemann
2008-06-19racy-git: an empty blob has a fixed object nameLinus Torvalds
2008-06-19git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey
2008-06-19diff -c/--cc: do not include uninteresting deletion before leading contextJunio C Hamano
2008-06-18GIT 1.5.6v1.5.6Junio C Hamano
2008-06-18clean up error conventions of remote.c:match_explicitJeff King
2008-06-17Fix approxidate("never") to always return 0Olivier Marin
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery
2008-06-17builtin-rerere: fix a small leakJunio C Hamano
2008-06-17gitweb: remove unused parse_ref methodLea Wiemann
2008-06-17gitweb: quote commands properly when calling the shellLea Wiemann
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano