aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* refs.c: extract function search_for_subdir()Michael Haggerty2012-05-03
* get_ref_dir(): require that the dirname argument ends in '/'Michael Haggerty2012-05-03
* get_ref_dir(): rename "base" parameter to "dirname"Michael Haggerty2012-05-03
* get_ref_dir(): use a strbuf to hold refnameMichael Haggerty2012-05-03
* get_ref_dir(): return early if directory cannot be readMichael Haggerty2012-04-25
* Merge branch 'mh/ref-api'Junio C Hamano2012-04-24
|\
| * do_for_each_ref(): only iterate over the subtree that was requestedMichael Haggerty2012-04-10
| * refs: store references hierarchicallyMichael Haggerty2012-04-10
| * sort_ref_dir(): simplify logicMichael Haggerty2012-04-10
| * refs.c: rename ref_array -> ref_dirMichael Haggerty2012-04-10
| * struct ref_entry: nest the value part in a unionMichael Haggerty2012-04-10
| * check_refname_component(): return 0 for zero-length componentsMichael Haggerty2012-04-10
| * free_ref_entry(): new functionMichael Haggerty2012-04-10
| * names_conflict(): simplify implementationMichael Haggerty2012-04-10
| * repack_without_ref(): reimplement using do_for_each_ref_in_array()Michael Haggerty2012-04-10
| * do_for_each_ref_in_arrays(): new functionMichael Haggerty2012-04-10
| * do_for_each_ref_in_array(): new functionMichael Haggerty2012-04-10
| * refs: manage current_ref within do_one_ref()Michael Haggerty2012-04-10
| * refs.c: reorder definitions more logicallyMichael Haggerty2012-04-10
* | Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-24
|\ \
| * | push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-30
| * | Refactor submodule push check to use string list instead of integerHeiko Voigt2012-03-30
| * | Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-30
* | | git-svn: drop redundant blocking of SIGPIPERoman Kagan2012-04-24
* | | git-svn: ignore SIGPIPERoman Kagan2012-04-24
* | | git-svn: use POSIX::sigprocmask to block signalsRoman Kagan2012-04-24
* | | RelNotes: the fourth batch of topics graduated to 'master'Junio C Hamano2012-04-23
* | | Merge branch 'bw/test-fix-grep-gnuism'Junio C Hamano2012-04-23
|\ \ \
| * | | t9400: fix gnuism in grepJunio C Hamano2012-04-19
* | | | Merge branch 'rj/submodule-mswin-path'Junio C Hamano2012-04-23
|\ \ \ \
| * | | | git-submodule.sh: Don't use $path variable in eval_gettext stringRamsay Jones2012-04-18
| | |_|/ | |/| |
* | | | Merge branch 'rj/sh-setup-mswin-pwd'Junio C Hamano2012-04-23
|\ \ \ \
| * | | | git-sh-setup.sh: Add an pwd() function for MinGWRamsay Jones2012-04-18
| |/ / /
* | | | Merge branch 'rj/mingw-isguid'Junio C Hamano2012-04-23
|\ \ \ \
| * | | | compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones2012-04-18
| |/ / /
* | | | Merge branch 'jn/fast-import-doc'Junio C Hamano2012-04-23
|\ \ \ \
| * | | | fast-import doc: cat-blob and ls responses need to be consumed quicklyJonathan Nieder2012-04-15
| |/ / /
* | | | Merge branch 'jn/more-i18ncmp'Junio C Hamano2012-04-23
|\ \ \ \
| * | | | test: am of empty patch should not succeedJonathan Nieder2012-04-14
| * | | | test: use test_i18ncmp for "Patch format detection failed" messageJonathan Nieder2012-04-14
| * | | | test: do not rely on US English tracking-info messagesJonathan Nieder2012-04-14
* | | | | Merge branch 'jl/maint-submodule-recurse-fetch'Junio C Hamano2012-04-23
|\ \ \ \ \
| * | | | | submodules: recursive fetch also checks new tags for submodule commitsJens Lehmann2012-04-14
* | | | | | Merge branch 'jc/maint-blame-minimal'Junio C Hamano2012-04-23
|\ \ \ \ \ \
| * | | | | | blame: accept --need-minimalJunio C Hamano2012-04-11
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'lp/maint-diff-three-dash-with-graph'Junio C Hamano2012-04-23
|\ \ \ \ \ \
| * | | | | | t4202: add test for "log --graph --stat -p" separator linesLucian Poston2012-03-20
| * | | | | | log --graph: fix break in graph linesLucian Poston2012-03-20
| * | | | | | log --graph --stat: three-dash separator should come after graph linesLucian Poston2012-03-20
* | | | | | | Merge branch 'rs/commit-list-sort-in-batch'Junio C Hamano2012-04-23
|\ \ \ \ \ \ \