summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include git-gui--askpass in git-gui RPM packageJunio C Hamano2008-12-011-0/+1
* Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-11-301-93/+157
|\
| * gitk: Avoid handling the Return key twice in Add BranchAlexander Gavrilov2008-11-181-1/+0
| * gitk: Show local changes properly when we have a path limitPaul Mackerras2008-11-181-22/+88
| * gitk: Fix switch statement in parseviewargsPaul Mackerras2008-11-181-11/+11
| * gitk: Index line[hnd]tag arrays by id rather than row numberPaul Mackerras2008-11-151-59/+58
* | Merge git://repo.or.cz/git-guiJunio C Hamano2008-11-305-1533/+4243
|\ \
| * | git-gui: update Japanese translationNanako Shiraishi2008-11-261-294/+825
| * | git-gui: french translation updateChristian Couder2008-11-231-297/+827
| * | Updated Swedish translation (514t0f0u).Peter Krefting2008-11-211-310/+839
| * | git gui: update Italian translationMichele Ballabio2008-11-191-295/+834
| * | Update Hungarian translation. 100% completed.Miklos Vajna2008-11-171-337/+918
* | | send-email: do not reverse the command line argumentsJunio C Hamano2008-11-302-1/+14
* | | Merge branch 'maint'Junio C Hamano2008-11-302-1/+23
|\ \ \
| * | | Update draft release notes to 1.6.0.5Junio C Hamano2008-11-301-0/+22
| * | | Merge branch 'st/maint-tag' into maintJunio C Hamano2008-11-302-7/+23
| |\ \ \
| * \ \ \ Merge branch 'mk/maint-cg-push' into maintJunio C Hamano2008-11-303-5/+75
| |\ \ \ \
| * | | | | generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy2008-11-301-1/+1
* | | | | | Merge branch 'cc/bisect-skip'Junio C Hamano2008-11-271-1/+18
|\ \ \ \ \ \
| * | | | | | bisect: teach "skip" to accept special arguments like "A..B"Christian Couder2008-11-251-1/+18
* | | | | | | Merge branch 'js/mingw-rename-fix'Junio C Hamano2008-11-271-3/+12
|\ \ \ \ \ \ \
| * | | | | | | compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt2008-11-231-3/+12
* | | | | | | | Merge branch 'st/levenshtein'Junio C Hamano2008-11-271-1/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | Document levenshtein.cJohannes Schindelin2008-11-231-0/+37
| * | | | | | | | Fix deletion of last character in levenshtein distanceSamuel Tardieu2008-11-231-1/+1
* | | | | | | | | Merge branch 'cr/remote-update-v'Junio C Hamano2008-11-271-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-remote: add verbose mode to git remote updateCheng Renquan2008-11-181-2/+6
* | | | | | | | | | Merge branch 'rs/strbuf-expand'Junio C Hamano2008-11-279-204/+87
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove the unused files interpolate.c and interpolate.hRené Scharfe2008-11-233-130/+0
| * | | | | | | | | | daemon: deglobalize variable 'directory'René Scharfe2008-11-231-10/+6
| * | | | | | | | | | daemon: inline fill_in_extra_table_entries()René Scharfe2008-11-231-8/+2
| * | | | | | | | | | daemon: use strbuf_expand() instead of interpolate()René Scharfe2008-11-231-55/+54
| * | | | | | | | | | merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe2008-11-232-13/+9
| * | | | | | | | | | add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-233-0/+28
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mv/clone-strbuf'Junio C Hamano2008-11-271-50/+59
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin_clone: use strbuf in cmd_clone()Miklos Vajna2008-11-251-20/+25
| * | | | | | | | | | builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna2008-11-251-27/+31
| * | | | | | | | | | builtin-clone: use strbuf in guess_dir_name()Miklos Vajna2008-11-251-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'lt/preload-lstat'Junio C Hamano2008-11-279-10/+122
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix index preloading for racy dirty caseLinus Torvalds2008-11-171-1/+1
| * | | | | | | | | | Add cache preload facilityLinus Torvalds2008-11-149-10/+122
* | | | | | | | | | | Merge branch 'ta/quiet-pull'Junio C Hamano2008-11-277-20/+126
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Retain multiple -q/-v occurrences in git pullTuncer Ayaz2008-11-181-2/+2
| * | | | | | | | | | | Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-147-20/+126
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ph/send-email'Junio C Hamano2008-11-273-75/+207
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git send-email: ask less questions when --compose is used.Pierre Habouzit2008-11-112-73/+123
| * | | | | | | | | | | git send-email: add --annotate optionPierre Habouzit2008-11-112-2/+35
| * | | | | | | | | | | git send-email: interpret unknown files as revision listsPierre Habouzit2008-11-113-6/+57
| * | | | | | | | | | | git send-email: make the message file name more specific.Pierre Habouzit2008-11-111-3/+1
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-11-276-39/+22
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |