🌐 AI搜索 & 代理 主页
Git 2.43.1
  1. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 2 years, 5 months ago
  2. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 2 years, 8 months ago
  3. 77f091e treewide: remove cache.h inclusion due to pager.h changes by Elijah Newren · 2 years, 8 months ago
  4. ca4eed7 pager.h: move declarations for pager.c functions from cache.h by Elijah Newren · 2 years, 8 months ago
  5. 4e12082 editor: move editor-related functions and declarations into common file by Elijah Newren · 2 years, 8 months ago
  6. 6c6ddf9 treewide: be explicit about dependence on advice.h by Elijah Newren · 2 years, 8 months ago
  7. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  8. 0b027f6 abspath.h: move absolute path functions from cache.h by Elijah Newren · 2 years, 9 months ago
  9. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years, 9 months ago
  10. 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  11. c7c4bde run-command API: remove "env" member, always use "env_array" by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
  12. 2b70989 run-command API users: use strvec_pushl(), not argv construction by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
  13. 4150a16 Merge branch 'jc/save-restore-terminal-revert' by Junio C Hamano · 4 years, 1 month ago
  14. e3f7e01 Revert "editor: save and reset terminal after calling EDITOR" by Junio C Hamano · 4 years, 1 month ago
  15. 853ec9a Merge branch 'cm/save-restore-terminal' by Junio C Hamano · 4 years, 2 months ago
  16. 3d411af editor: save and reset terminal after calling EDITOR by Carlo Marcelo Arenas Belón · 4 years, 2 months ago
  17. ed9bff0 advice: remove read uses of most global `advice_` variables by Ben Boeckel · 4 years, 4 months ago
  18. f1de981 config: fix leaks from git_config_get_string_const() by Jeff King · 5 years ago
  19. 3d7747e real_path: remove unsafe API by Alexandr Miloslavskiy · 6 years ago
  20. cd1096b pager: add a helper function to clear the last line in the terminal by SZEDER Gábor · 6 years ago
  21. eee73d1 trace2:data: add editor/pager child classification by Jeff Hostetler · 7 years ago
  22. 2aed018 editor: add a function to launch the sequence editor by Alban Gruin · 7 years ago
  23. abfb04d launch_editor(): indicate that Git waits for user input by Lars Schneider · 8 years ago
  24. a64f213 refactor "dumb" terminal determination by Lars Schneider · 8 years ago
  25. 9f9a522 editor.c: use error_errno() by Nguyễn Thái Ngọc Duy · 10 years ago
  26. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  27. 09c5ae5 editor: use canonicalized absolute path by Ramkumar Ramachandra · 12 years ago
  28. 709ca73 run-command: encode signal death as a positive integer by Jeff King · 13 years ago
  29. 1250857 launch_editor: propagate signals from editor to git by Jeff King · 13 years ago
  30. 913ef36 launch_editor: ignore terminal signals while editor has control by Paul Fox · 13 years ago
  31. f42ca31 launch_editor: refactor to use start/finish_command by Jeff King · 13 years ago
  32. bac8037 editor: use run_command's shell feature by Jeff King · 16 years ago
  33. 8f4b576 Provide a build time default-editor setting by Jonathan Nieder · 16 years ago
  34. 44fcb49 Teach git var about GIT_EDITOR by Jonathan Nieder · 16 years ago
  35. d33738d Do not use VISUAL editor on dumb terminals by Jonathan Nieder · 16 years ago
  36. eab58f1 Handle more shell metacharacters in editor names by Jonathan Nieder · 16 years ago
  37. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 17 years ago
  38. 7198203 editor.c: Libify launch_editor() by Stephan Beyer · 17 years ago
  39. d82f33e Move launch_editor() from builtin-tag.c to editor.c by Stephan Beyer · 17 years ago